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

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

[nongnu] elpa/yasnippet-snippets 9b4c2862de 09/12: Merge pull request #4


From: ELPA Syncer
Subject: [nongnu] elpa/yasnippet-snippets 9b4c2862de 09/12: Merge pull request #449 from follow-the-vine-to-get-to-the-melon/init-snippets
Date: Wed, 13 Jul 2022 08:59:23 -0400 (EDT)

branch: elpa/yasnippet-snippets
commit 9b4c2862dea9b6badbbeba990bbeab7588be014f
Merge: af2112e40c 99b0be85e4
Author: Andrea Crotti <andrea.crotti.0@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #449 from 
follow-the-vine-to-get-to-the-melon/init-snippets
    
    Fix: do NOT overwrite user snippets
---
 yasnippet-snippets.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/yasnippet-snippets.el b/yasnippet-snippets.el
index 078ac04878..fbb474c4db 100644
--- a/yasnippet-snippets.el
+++ b/yasnippet-snippets.el
@@ -50,8 +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))
+  (yas--load-snippet-dirs))
 
 (defgroup yasnippet-snippets nil
   "Options for yasnippet setups.



reply via email to

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