configs/emacs: start direnv-mode

This commit is contained in:
Aaron Bieber 2024-05-23 13:15:37 -06:00
parent e57f6421fa
commit d3b1831d20
No known key found for this signature in database

View File

@ -55,7 +55,9 @@ I know I am in emacs, don't need to see the startup screen.
**** direnv
#+begin_src emacs-lisp
(use-package direnv)
(use-package direnv
:config
(direnv-mode))
#+end_src
*** Behavior