diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-05 18:48:52 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-05 18:48:52 -0500 |
commit | 1474cabdefce280309f91ba7fca4b5c968ba301f (patch) | |
tree | bafe5aaffb9ed9d2057145cc9d12bf39353eb525 | |
parent | c4527545b373c1449b11789b7894213892e20e5f (diff) |
emacs: Allow buffer-env to work with manifest.scm files, too.
-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"))) ;;; |