fix(emacs-lisp): flycheck false positives in Doom configs
This commit is contained in:
parent
e4aa07f811
commit
a4aab45656
3 changed files with 8 additions and 5 deletions
|
@ -261,6 +261,8 @@ verbosity when editing a file in `doom-private-dir' or `doom-emacs-dir'."
|
|||
`(progn
|
||||
(setq doom-modules ',doom-modules
|
||||
doom-disabled-packages ',doom-disabled-packages)
|
||||
(require 'core)
|
||||
(require 'core-cli-lib)
|
||||
(ignore-errors (load ,user-init-file t t))
|
||||
(setq byte-compile-warnings
|
||||
'(obsolete cl-functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue