[Emacs] Demand direnv

This commit is contained in:
Ivan Malison 2019-07-10 13:32:16 -07:00
parent 0a3371a3f2
commit ea828a298f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4315,6 +4315,7 @@ I had to disable this mode because something that it does messes with coding set
** direnv
#+begin_src emacs-lisp
(use-package direnv
:demand t
:config
(direnv-mode +1))
#+end_src