emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/buffer-env 2e1f311ba0 2/3: Revert to original default v


From: ELPA Syncer
Subject: [elpa] externals/buffer-env 2e1f311ba0 2/3: Revert to original default value of buffer-env-script-name
Date: Fri, 13 May 2022 11:57:26 -0400 (EDT)

branch: externals/buffer-env
commit 2e1f311ba01a47cc71e2705ea09eaf5f751f1e21
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]