From 1474cabdefce280309f91ba7fca4b5c968ba301f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 5 Dec 2022 18:48:52 -0500 Subject: emacs: Allow buffer-env to work with manifest.scm files, too. --- dotfiles/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index 4eff60b..d168e85 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -72,7 +72,7 @@ :config (add-hook 'hack-local-variables-hook 'buffer-env-update) :custom - (buffer-env-script-name "guix.scm")) + (buffer-env-script-name '("guix.scm" "manifest.scm"))) ;;; -- cgit v1.2.3