From 78edfa6c756288060ea08a21975435fce12e0f72 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 14 Nov 2020 18:08:45 +0100 Subject: [PATCH] Let flycheck use the current load-path as load path --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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