summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-12-05 18:48:52 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-12-05 18:48:52 -0500
commit1474cabdefce280309f91ba7fca4b5c968ba301f (patch)
treebafe5aaffb9ed9d2057145cc9d12bf39353eb525
parentc4527545b373c1449b11789b7894213892e20e5f (diff)
emacs: Allow buffer-env to work with manifest.scm files, too.
-rw-r--r--dotfiles/.emacs.d/init.el2
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")))
;;;