guix-commits
[Top][All Lists]
Advanced

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

branch master updated: .dir-locals.el: Update yas snippets directory.


From: guix-commits
Subject: branch master updated: .dir-locals.el: Update yas snippets directory.
Date: Wed, 07 Sep 2022 02:22:44 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 39b8f85a6e .dir-locals.el: Update yas snippets directory.
39b8f85a6e is described below

commit 39b8f85a6efc9b2b60d23e01fd53df8f9ff09dc4
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Wed Sep 7 09:19:17 2022 +0300

    .dir-locals.el: Update yas snippets directory.
    
    * .dir-locals.el (eval): Update yas snippets directory.
---
 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index a49350854c..47a4ccd2bb 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -16,12 +16,13 @@
      (eval . (setq-local guix-directory
                          (locate-dominating-file default-directory
                                                  ".dir-locals.el")))
+
      ;; YASnippet
      (eval . (with-eval-after-load
                  'yasnippet
                (let ((guix-yasnippets
                       (expand-file-name
-                       "etc/snippets"
+                       "etc/snippets/yas"
                        (locate-dominating-file default-directory
                                                ".dir-locals.el"))))
                  (unless (member guix-yasnippets yas-snippet-dirs)



reply via email to

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