Activate flycheck for emacs lisp

This commit is contained in:
Marcel Kapfer 2022-10-13 20:23:02 +02:00
parent 9d90a8c4ec
commit af2eed664c
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 0 deletions

View File

@ -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