From: Don Armstrong Date: Mon, 12 Feb 2018 23:46:16 +0000 (-0800) Subject: call yas-reload all when loading packages X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=b9d6b583d6fa7c9875169c09274e3ce1904bab19 call yas-reload all when loading packages --- 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