aboutsummaryrefslogtreecommitdiff
path: root/lisp/.dir-locals.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-24 10:40:40 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-24 10:40:40 +0100
commitffbe26f4f082c0ed404d8b6b40267bf2e71e2753 (patch)
tree4ae7578944c819b9984e7aea210a97a297b37cb8 /lisp/.dir-locals.el
parent93ef38d88b277e8d5991e887034a7622879c91b1 (diff)
add .dir-locals.el
Diffstat (limited to 'lisp/.dir-locals.el')
-rw-r--r--lisp/.dir-locals.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/.dir-locals.el b/lisp/.dir-locals.el
new file mode 100644
index 0000000..44e84e5
--- /dev/null
+++ b/lisp/.dir-locals.el
@@ -0,0 +1,5 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+;; setting this makes package-lint look in the main file for deps:
+((emacs-lisp-mode . ((package-lint-main-file . "mastodon.el"))))