summaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
authorTimo Wilken2023-03-04 19:11:51 +0100
committerTimo Wilken2023-03-04 19:11:51 +0100
commit2ad283a920e47fa778ef71a51595f3c283258e70 (patch)
treebbc72cf2554484ddbbc7f7cd45f13742cf31c191 /tw/home/files/emacs-init.el
parentd4b652c80d69cf8fc42e2a5d2fccfd889cbae6a7 (diff)
Auto-enable flymake and line numbers in alidist-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