diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-14 09:57:15 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-14 09:57:15 +0200 |
commit | f77c3b6334362c4bb7f8b41eb0a542eef2d19b64 (patch) | |
tree | f2e372dd93205fd75155a31d67cdba001605c6ff | |
parent | 11fc4f01c4934e5d687382f3ccb301cb8343a6d9 (diff) |
flymake load-path dir-locals
-rw-r--r-- | lisp/.dir-locals.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/.dir-locals.el b/lisp/.dir-locals.el index bcb8ba5..da012d6 100644 --- a/lisp/.dir-locals.el +++ b/lisp/.dir-locals.el @@ -1,7 +1,6 @@ -;;; Directory Local Variables +;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -;; Preferred indentation style: ((nil . ((indent-tabs-mode . nil))) - ;; setting this makes package-lint look in the main file for deps: - (emacs-lisp-mode . ((package-lint-main-file . "mastodon.el")))) + (emacs-lisp-mode . ((elisp-flymake-byte-compile-load-path . load-path) + (package-lint-main-file . "mastodon.el")))) |