[emacs] flycheck-elisp should inherit path

It's what I always want
This commit is contained in:
John Doty 2025-05-13 19:44:41 +00:00
parent be255360fa
commit 0ede1d3686

View file

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