mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 10:31:23 -08:00
fix(emacs-lisp): false positives from syntax checkers
For example, proper-list-p errors from uses of `use-package`, occuring in Doom source files (or elisp in $DOOMDIR). This happened because Doom's bootstrap process changed in8cafbe4without adapting this module's elisp checker. Amend:8cafbe4408
This commit is contained in:
parent
c788769469
commit
440b8be3aa
1 changed files with 2 additions and 1 deletions
|
|
@ -386,7 +386,8 @@ as `+emacs-lisp-non-package-mode' will enable it and disable the other checkers.
|
|||
(progn
|
||||
(require 'doom)
|
||||
(require 'doom-cli)
|
||||
(require 'doom-start))
|
||||
(doom-initialize t)
|
||||
(doom-startup))
|
||||
(error
|
||||
(princ
|
||||
(format "%s:%d:%d:Error:Failed to load Doom: %s\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue