Let flycheck use the current load-path as load path

This commit is contained in:
Daniel - 2020-11-14 18:08:45 +01:00
parent fca3c03107
commit 78edfa6c75
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -1453,7 +1453,8 @@
use-package))))
(use-package flycheck
:commands (global-flycheck-mode flycheck-mode))
:commands (global-flycheck-mode flycheck-mode)
:init (setq flycheck-emacs-lisp-load-path 'inherit))
;; * Mail