From acdcb5b9a6c5086a8e09056ab560a5e40cad4ce8 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 28 Jan 2018 14:00:10 +0100 Subject: [PATCH] [Misc] Reload snippets after loading yas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit again … --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index e142dc4..eacf463 100644 --- a/init.el +++ b/init.el @@ -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