diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-02-01 15:58:07 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-02-01 15:58:07 +0100 |
commit | 136e4d387a99ea5a1eb5cd1eee85d927b04203d1 (patch) | |
tree | bc1634665af09e819fbf5a10f749eb345227b9b2 /lisp/.dir-locals.el | |
parent | a8c80d25b7790746a439ae6c2deea3dc6bcac710 (diff) | |
parent | fda3e5963d803754fc2e4d0bdbc005ab5e47a93d (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/.dir-locals.el')
-rw-r--r-- | lisp/.dir-locals.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/.dir-locals.el b/lisp/.dir-locals.el index 44e84e5..bcb8ba5 100644 --- a/lisp/.dir-locals.el +++ b/lisp/.dir-locals.el @@ -1,5 +1,7 @@ ;;; 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")))) +;; 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")))) |