diff --git a/init.el b/init.el index 2580309..5b98510 100644 --- a/init.el +++ b/init.el @@ -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