branch: externals/buffer-env commit fc5cab4db55f0b95c4b97fbe3104e394da34b91a Author: Augusto Stoffel <arstof...@gmail.com> Commit: Augusto Stoffel <arstof...@gmail.com>
Support for Guix environment-variables files Closes #27. --- buffer-env.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffer-env.el b/buffer-env.el index d8d6bcc20d..91a85f9037 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")