branch: externals/buffer-env
commit 2e1f311ba01a47cc71e2705ea09eaf5f751f1e21
Author: Augusto Stoffel <[email protected]>
Commit: Augusto Stoffel <[email protected]>
Revert to original default value of buffer-env-script-name
---
buffer-env.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/buffer-env.el b/buffer-env.el
index 75743f4954..b0e9dc1d33 100644
--- a/buffer-env.el
+++ b/buffer-env.el
@@ -57,9 +57,8 @@
"Buffer-local process environments."
:group 'processes)
-(defcustom buffer-env-script-name
- '(".envrc" "manifest.scm" "guix.scm")
- "File name or list of the scripts to produce environment variables."
+(defcustom buffer-env-script-name ".envrc"
+ "File name of the scripts to produce environment variables, or a list of
such."
:type '(choice (repeat string) string))
(defcustom buffer-env-commands