Fix envrc not being activated correctly

Fixes #3812
This commit is contained in:
Henrik Lissner
2020-08-23 15:17:37 -04:00
parent 5918d2b5c8
commit 6444662131

View File

@ -13,7 +13,7 @@
(use-package! envrc
:when (executable-find "direnv")
:after-call doom-first-file
:after-call doom-first-file-hook
:mode ("\\.envrc\\'" . +direnv-rc-mode)
:config
(add-to-list 'doom-debug-variables 'envrc-debug)