]> git.donarmstrong.com Git - lib.git/commitdiff
call yas-reload all when loading packages
authorDon Armstrong <don@donarmstrong.com>
Mon, 12 Feb 2018 23:46:16 +0000 (15:46 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 12 Feb 2018 23:46:16 +0000 (15:46 -0800)
emacs_el/configuration/don-configuration.org

index 3c5cd98efb575200e8633fcc58c217565df42277..ec41966890064fa3a69f48cf481afd956c6d28de 100644 (file)
@@ -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)
                                        "~/lib/emacs_el/yasnippet-snippets/snippets/"))
               (add-to-list 'hippie-expand-try-functions-list
                                'yas-hippie-try-expand)
+              (yas-reload-all)
               )
     )
 #+END_SRC
               )
     )
 #+END_SRC