mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feature/snippets: remove redundant hooks
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user