branch: externals/buffer-env commit 9b640912b0d545ceb01644ef1d2d0af40284d054 Author: Augusto Stoffel <arstof...@gmail.com> Commit: Augusto Stoffel <arstof...@gmail.com>
Add URL link to customization group --- buffer-env.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buffer-env.el b/buffer-env.el index 7ca1301129..d0b26693a9 100644 --- a/buffer-env.el +++ b/buffer-env.el @@ -58,7 +58,8 @@ (defgroup buffer-env nil "Buffer-local process environments." - :group 'processes) + :group 'processes + :link '(url-link "https://github.com/astoff/buffer-env")) (defcustom buffer-env-script-name ".envrc" "File name of the script producing environment variables, or a list of such."