diff options
-rw-r--r-- | dotfiles/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) ;;; |