diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index 928cd48..f16edef 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -84,5 +84,6 @@ (map! :leader :desc "Project VTerm" "p RET" #'projectile-run-vterm) -(use-package! envrc - :hook (after-init . envrc-global-mode)) +(use-package! direnv + :config + (direnv-mode)) diff --git a/home/jonas/static/doom-config/packages.el b/home/jonas/static/doom-config/packages.el index 7f2d397..7f1bd33 100644 --- a/home/jonas/static/doom-config/packages.el +++ b/home/jonas/static/doom-config/packages.el @@ -53,4 +53,4 @@ :recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el"))) (package! realgud) -(package! envrc) +(package! direnv)