aboutsummaryrefslogtreecommitdiff
path: root/lisp/.dir-locals.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-10-16 10:30:47 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-10-16 10:30:47 +0200
commitd87d7af24159369af5b7540ffb1cde973cc9efb2 (patch)
tree04fd4034964248e91fcd2e0de1793a25147cf424 /lisp/.dir-locals.el
parent56e555945b06662bad0d687c1bc53fabe4beafed (diff)
parentd7536942c9d749a6e98eec7e36a1aab00fe39bcf (diff)
Merge branch 'develop' into byline-rework
Diffstat (limited to 'lisp/.dir-locals.el')
-rw-r--r--lisp/.dir-locals.el7
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"))))