feature/snippets: remove redundant hooks
This commit is contained in:
parent
95e0c0b8b8
commit
3a43e2fcfa
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 markdown-mode org-mode)
|
(add-hook! (text-mode prog-mode snippet-mode)
|
||||||
'yas-minor-mode-on)
|
'yas-minor-mode-on)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue