summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-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 8cf6c20c..93f6c448 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -208,7 +208,7 @@
(use-package flymake
:after (evil which-key)
:demand t ; needed for `flymake-collection'
- :hook prog-mode
+ :hook (prog-mode yaml-mode alidist-mode)
:init (which-key-add-key-based-replacements
"<leader>e" '("errors" . "Flymake"))
:bind (("<leader>eb" . flymake-start)