This is an automated email from the git hooks/post-receive script. cwebber pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new a895eac .dir-locals.el: Use setq-local on guix-directory. a895eac is described below commit a895eace116c59aa570b54e3a165eef3fcef26c7 Author: Christopher Lemmer Webber <cweb...@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 545c1c3..521c379 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'