Hi,
first of all thanks for this package and for making it available on GNU ELPA. It works as expected with direnv.
However, why did you choose to go the Customize way with buffer-env-safe-files? I usually do not use Customize, so I specifically don't put any settings related to it neither in my init.el nor in a different custom file.
Shouldn't something like this be enough for the purpose buffer-env-safe-files covers?
(setq-default buffer-env-safe-files '("/path-to/your/.envrc"))
Of course I may be missing something or not getting it entirely. Note that I am also fine with loading a custom.el file with buffer-env-safe-files in it, so this is not a bug report. Just plain curiosity.
Hi,
first of all thanks for this package and for making it available on GNU ELPA. It works as expected with
direnv.However, why did you choose to go the Customize way with
buffer-env-safe-files? I usually do not use Customize, so I specifically don't put any settings related to it neither in myinit.elnor in a different custom file.Shouldn't something like this be enough for the purpose
buffer-env-safe-filescovers?Of course I may be missing something or not getting it entirely. Note that I am also fine with loading a
custom.elfile withbuffer-env-safe-filesin it, so this is not a bug report. Just plain curiosity.