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

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

[elpa] externals/buffer-env ef6ca9a50d: Fix typo on README


From: ELPA Syncer
Subject: [elpa] externals/buffer-env ef6ca9a50d: Fix typo on README
Date: Sat, 5 Mar 2022 04:57:17 -0500 (EST)

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

    Fix typo on README
---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index b4586be589..a24acaa6a4 100644
--- a/README.org
+++ b/README.org
@@ -39,7 +39,7 @@ call =buffer-env-update= interactively or add it only to 
specific
 major-mode hooks.
 
 ** Alternative settings
-This package works as follows.  First, a file named =buffer-env-file=
+This package works as follows.  First, a file named =buffer-env-script-name=
 is looked up in the current directory or one of its parents.  In case
 of success, =buffer-env-command= is executed in a shell, with the
 found file as argument.  This command should print a null-separated
@@ -59,7 +59,7 @@ predictable place, say in a =.venv= directory at the root of 
each
 project; in this case you can say
 
 #+begin_src emacs-lisp
-  (setq buffer-env-file ".venv/bin/activate")
+  (setq buffer-env-script-name ".venv/bin/activate")
 #+end_src
 
 or a variation thereof.  Note that it is also possible to provide an
@@ -71,7 +71,7 @@ To gather environment variables from =.env= files in the 
style of
 Docker, Node.js and others, use the following settings:
 
 #+begin_src emacs-lisp
-  (setq buffer-env-file ".env")
+  (setq buffer-env-script-name ".env")
   (setq buffer-env-command "set -a && >&2 . \"$0\" && env -0")
 #+end_src
 



reply via email to

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