diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-14 09:57:15 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-14 13:21:24 +0200 |
commit | 9b6769040e55b1c6372ee38266af42f92edf8a9c (patch) | |
tree | ce2ac1933a7aea1ec62d3f481371b47fbe564d66 /lisp/.dir-locals.el | |
parent | 96057a1b090b93adf4e72781e8894aae9f158588 (diff) |
flymake load-path dir-locals
Diffstat (limited to 'lisp/.dir-locals.el')
-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")))) |