minor changes to yas
This commit is contained in:
parent
22c81f3691
commit
ebc2b523bf
@ -27,7 +27,9 @@
|
|||||||
;; yasnippet
|
;; yasnippet
|
||||||
(use-package yasnippet
|
(use-package yasnippet
|
||||||
:config
|
:config
|
||||||
(yas-global-mode))
|
(yas-global-mode 1)
|
||||||
|
(yas-reload-all)
|
||||||
|
:hook ((prog-mode text-mode org-mode) . yas-minor-mode))
|
||||||
|
|
||||||
(use-package yasnippet-snippets
|
(use-package yasnippet-snippets
|
||||||
:after yasnippet)
|
:after yasnippet)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user