feature/snippets: remove redundant hooks

This commit is contained in:
Henrik Lissner 2017-04-05 15:54:54 -04:00
parent 95e0c0b8b8
commit 3a43e2fcfa

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 markdown-mode org-mode)
(add-hook! (text-mode prog-mode snippet-mode)
'yas-minor-mode-on)
:config