summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-31 14:32:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-31 18:56:14 -0700
commit1e474e21e0f4bee8834a109c0548330335e6d4a2 (patch)
treeaeb90b6d2abddf75cc9be48db7a1a468a5fe5be3 /.emacs.d
parenta5c5f3e6189f6a2d24a2ee8131ac7f2301b6bab1 (diff)
downloaddotfiles-1e474e21e0f4bee8834a109c0548330335e6d4a2.tar.gz
drop aggressive-indent-mode
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init-spw.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 8439c4c8..6ae3c19a 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -392,13 +392,6 @@ hooks listed in `lisp-major-mode-hooks'."
:init (dolist (hook '(html-mode-hook css-mode-hook))
(add-hook hook 'rainbow-mode)))
-;;; keep reindenting lisp
-
-(use-package aggressive-indent
- :if (spw--optional-pkg-available-p "aggressive-indent")
- :commands aggressive-indent-mode
- :init (spw--activate-in-lisp-modes 'aggressive-indent-mode))
-
;;; fill comments
(defun spw--turn-on-comment-filling ()