Enable yas-minor-mode in conf-modes too
This commit is contained in:
parent
5c96b0a801
commit
bcb444fa18
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
;; have additional configuration for yasnippet. For example, file-templates.
|
;; have additional configuration for yasnippet. For example, file-templates.
|
||||||
(add-transient-hook! 'yas-minor-mode-hook (yas-reload-all))
|
(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)
|
#'yas-minor-mode-on)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue