diff options
author | martianh <martianh@noreply.codeberg.org> | 2024-01-26 15:40:58 +0000 |
---|---|---|
committer | martianh <martianh@noreply.codeberg.org> | 2024-01-26 15:40:58 +0000 |
commit | fda3e5963d803754fc2e4d0bdbc005ab5e47a93d (patch) | |
tree | bc1634665af09e819fbf5a10f749eb345227b9b2 /lisp/.dir-locals.el | |
parent | 07b90525015b86920011585599a9810b47b48f4e (diff) | |
parent | b8dd95b4c948a7510f26f0c98747b4187da28048 (diff) |
Merge pull request 'Add a couple of key bindings that I have found useful' (#525) from dme/mastodon.el:devel/suspend into develop
Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/525
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")))) |