From 0ede1d3686ebd00a785d76b6eded1b739724e249 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 13 May 2025 19:44:41 +0000 Subject: [PATCH] [emacs] flycheck-elisp should inherit path It's what I always want --- .emacs.d/custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el index c011901..9bebb88 100644 --- a/.emacs.d/custom.el +++ b/.emacs.d/custom.el @@ -27,6 +27,7 @@ '(fast-lock-minimum-size nil) '(fill-column 77) '(find-file-run-dired t) + '(flycheck-emacs-lisp-load-path 'inherit) '(flycheck-gcc-language-standard "c++11") '(flycheck-javascript-flow-args nil) '(flycheck-python-flake8-executable "python3")