emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yasnippet-snippets c5bf4c4085 2/2: Merge pull request #443


From: ELPA Syncer
Subject: [nongnu] elpa/yasnippet-snippets c5bf4c4085 2/2: Merge pull request #443 from jcs-PR/load
Date: Fri, 1 Apr 2022 11:58:54 -0400 (EDT)

branch: elpa/yasnippet-snippets
commit c5bf4c4085aa61b9c07563de89f7aacc2a357db5
Merge: b7c09f1ad7 506be0ea4d
Author: Andrea Crotti <andrea.crotti.0@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #443 from jcs-PR/load
    
    Update snippet dir after modifying it
---
 yasnippet-snippets.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/yasnippet-snippets.el b/yasnippet-snippets.el
index d268df3623..078ac04878 100644
--- a/yasnippet-snippets.el
+++ b/yasnippet-snippets.el
@@ -50,6 +50,7 @@
   ;; value, so that yasnippet will automatically find the directory
   ;; after this package is updated (i.e., moves directory).
   (add-to-list 'yas-snippet-dirs 'yasnippet-snippets-dir t)
+  (yas--load-snippet-dirs)
   (yas-load-directory yasnippet-snippets-dir t))
 
 (defgroup yasnippet-snippets nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]