summaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files/emacs-init.el')
-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 f5532c5c..c3a50a94 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -157,7 +157,7 @@
;; Included in Emacs >= 26. Better than `linum-mode'.
;; There is also `global-display-line-numbers-mode', but that also
;; enables line numbers in help windows, which I don't want.
- :hook (prog-mode conf-mode))
+ :hook (prog-mode conf-mode alidist-mode))
(use-package which-key
:commands (which-key-mode) :demand t