summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home/files/emacs-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index be09c4f6..2a19fa8d 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -870,7 +870,7 @@ For use in `org-latex-classes'."
;; Lisp features
(use-package aggressive-indent
- :hook (scheme-mode emacs-lisp-mode common-lisp-mode sh-mode bash-ts-mode))
+ :hook (scheme-mode emacs-lisp-mode lisp-mode sh-mode bash-ts-mode))
(defun tw/find-asd-systems (directory)
"Return a list of Common Lisp .asd systems found in DIRECTORY."