You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
;; envrc
(use-package envrc
:ensure t
:init (envrc-global-mode))
When I startup emacs I seem to be in envrc-mode.
However, if I open a file that is nested in a directory where one of the parent directories contains an .envrc file, that env is not activated with respect to that file. Running (envrc-reload) in the file buffer does activate the environment.
The text was updated successfully, but these errors were encountered:
I have the following envrc-mode config
When I startup emacs I seem to be in envrc-mode.
However, if I open a file that is nested in a directory where one of the parent directories contains an
.envrc
file, that env is not activated with respect to that file. Running(envrc-reload)
in the file buffer does activate the environment.The text was updated successfully, but these errors were encountered: