diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-24 11:11:15 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-24 11:11:15 +0100 |
commit | d4b4fd0e8e5b594890c594484f407d7e49cff533 (patch) | |
tree | b660edf92cd7bebe16e85fbcb835c41bd22ebdee /lisp/.dir-locals.el | |
parent | 10968bd76b9cb00a80ed6a4d84db0d5f04873cc8 (diff) | |
parent | 63814ce94f6d3f2fe3ace8aaf34b1a21a2183e99 (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/.dir-locals.el')
-rw-r--r-- | lisp/.dir-locals.el | 5 |
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")))) |