Activate flycheck for emacs lisp
This commit is contained in:
parent
9d90a8c4ec
commit
af2eed664c
1 changed files with 1 additions and 0 deletions
|
@ -1565,6 +1565,7 @@ Source: [[https://www.flycheck.org][flycheck.org]]
|
|||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package flycheck
|
||||
:config (setq-default flycheck-emacs-lisp-load-path 'inherit)
|
||||
:init (global-flycheck-mode))
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Reference in a new issue