guix-commits
[Top][All Lists]
Advanced

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

02/04: .dir-locals.el: Use setq-local on guix-directory.


From: guix-commits
Subject: 02/04: .dir-locals.el: Use setq-local on guix-directory.
Date: Wed, 18 Nov 2020 09:38:52 -0500 (EST)

civodul pushed a commit to branch version-1.2.0
in repository guix.

commit 28aef467ee78439de8361be9ce418f7aed593aa7
Author: Christopher Lemmer Webber <cwebber@dustycloud.org>
AuthorDate: Mon Nov 16 13:06:27 2020 -0500

    .dir-locals.el: Use setq-local on guix-directory.
    
    * .dir-locals.el: Use setq-local on guix-directory.  While a problem with
    using setq hasn't been identified, this seems like good hygiene.
---
 .dir-locals.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 4599f06..c95ca9e 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -11,8 +11,9 @@
       . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>")
 
      ;; Emacs-Guix
-     (eval . (setq guix-directory
-                   (locate-dominating-file default-directory 
".dir-locals.el")))
+     (eval . (setq-local guix-directory
+                         (locate-dominating-file default-directory
+                                                 ".dir-locals.el")))
 
      ;; Geiser
      ;; This allows automatically setting the `geiser-guile-load-path'



reply via email to

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