diff options
Diffstat (limited to 'lisp')
-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")))) |