Add yasnippet mode, enable in more modes

This commit is contained in:
Riyyi
2020-07-31 18:06:40 +02:00
parent a2aa9ad6ab
commit abf0b602ad
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -450,9 +450,9 @@ On the fly syntax checking.
(use-package yasnippet (use-package yasnippet
:defer t :defer t
:hook :hook
((org-mode ((fundamental-mode
prog-mode prog-mode
tex-mode) text-mode)
. yas-minor-mode) . yas-minor-mode)
:custom :custom
(yas-prompt-functions '(yas-ido-prompt (yas-prompt-functions '(yas-ido-prompt
+5
View File
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: mode
# key: <mode
# --
# -*- mode: ${1:conf} -*-