Narrow aggressive-indent to specific language modes

This commit is contained in:
Evie Litherland-Smith 2023-11-28 13:00:09 +00:00
parent 3334b81b2f
commit a783dfac73
2 changed files with 8 additions and 2 deletions

View file

@ -575,7 +575,10 @@
(use-package aggressive-indent
:ensure t
:hook prog-mode)
:hook (elisp-mode
lisp-mode
lisp-data-mode
rust-mode))
(setq gnus-select-method '(nnnil "")
gnus-secondary-select-methods

View file

@ -688,7 +688,10 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
#+begin_src emacs-lisp
(use-package aggressive-indent
:ensure t
:hook prog-mode)
:hook (elisp-mode
lisp-mode
lisp-data-mode
rust-mode))
#+end_src
* Internet