Fixes #3158
This commit is contained in:
Henrik Lissner 2020-05-18 15:12:13 -04:00
parent 98f69ee3cf
commit b92f41bfb2
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -12,8 +12,8 @@
;;; Packages
(use-package! direnv
:hook (before-hack-local-variables . direnv-update-environment)
:hook (flycheck-before-syntax-check . direnv-update-environment)
:hook (before-hack-local-variables . direnv--maybe-update-environment)
:hook (flycheck-before-syntax-check . direnv--maybe-update-environment)
:hook (direnv-envrc-mode . +direnv-envrc-fontify-keywords-h)
:config
(add-to-list 'direnv-non-file-modes 'vterm-mode)