[Misc] Reload snippets after loading yas

again …
This commit is contained in:
Daniel - 2018-01-28 14:00:10 +01:00
parent c5f2f387b1
commit acdcb5b9a6
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -1407,6 +1407,7 @@ are assumed to be of the form *.crt."
(use-package yasnippet
:commands (yas-minor-mode-on yas-minor-mode)
:diminish yas-minor-mode)
:diminish yas-minor-mode
:config (yas-reload-all))
;;; init.el ends here