Enable yas-minor-mode in conf-modes too

This commit is contained in:
Henrik Lissner 2018-09-08 18:38:09 -04:00
parent 5c96b0a801
commit bcb444fa18
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -15,7 +15,7 @@
;; have additional configuration for yasnippet. For example, file-templates.
(add-transient-hook! 'yas-minor-mode-hook (yas-reload-all))
(add-hook! (text-mode prog-mode snippet-mode)
(add-hook! (text-mode prog-mode conf-mode snippet-mode)
#'yas-minor-mode-on)
:config