summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAugusto Stoffel <arstoffel@gmail.com>2025-05-16 14:23:20 +0200
committerAugusto Stoffel <arstoffel@gmail.com>2025-05-16 14:23:20 +0200
commitfc5cab4db55f0b95c4b97fbe3104e394da34b91a (patch)
tree83e4c3f34df465d4a33998104a9913fd73bc8d70
parent3814bdf3585ffffea3014b1d01549894ec1aa897 (diff)
Support for Guix environment-variables filesexternals/buffer-env
Closes #27.
-rw-r--r--buffer-env.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer-env.el b/buffer-env.el
index d8d6bcc..91a85f9 100644
--- a/buffer-env.el
+++ b/buffer-env.el
@@ -66,7 +66,7 @@
:type '(choice (repeat string) string))
(defcustom buffer-env-command-alist
- `((,(rx "/.env" eos)
+ `((,(rx "/" (or ".env" "environment-variables") eos)
. "set -a && >&2 . \"$1\" && env -0")
(,(rx "/manifest.scm" eos)
. "guix shell -m \"$1\" -- env -0")