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 11:11:15 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-24 11:11:15 +0100
commitd4b4fd0e8e5b594890c594484f407d7e49cff533 (patch)
treeb660edf92cd7bebe16e85fbcb835c41bd22ebdee /lisp/.dir-locals.el
parent10968bd76b9cb00a80ed6a4d84db0d5f04873cc8 (diff)
parent63814ce94f6d3f2fe3ace8aaf34b1a21a2183e99 (diff)
Merge branch 'develop'
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"))))