From b9d6b583d6fa7c9875169c09274e3ce1904bab19 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 12 Feb 2018 15:46:16 -0800 Subject: [PATCH] call yas-reload all when loading packages --- emacs_el/configuration/don-configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 3c5cd98..ec41966 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -338,6 +338,7 @@ value, scrolling continues until there is no more output. "~/lib/emacs_el/yasnippet-snippets/snippets/")) (add-to-list 'hippie-expand-try-functions-list 'yas-hippie-try-expand) + (yas-reload-all) ) ) #+END_SRC -- 2.39.2