Add direnv to Emacs config

This commit is contained in:
2022-10-09 23:58:03 -07:00
parent d1a5a49114
commit 223e177315

View File

@@ -571,8 +571,13 @@ When in indent-rigidly mode (=+= in normal state), use =H/L= to adjust indent by
(":" . execute-extended-command)
("x" . magit-discard)))
#+end_src
* TODO Direnv
* Direnv
#+begin_src emacs-lisp
(use-package direnv
:straight t
:config
(direnv-mode))
#+end_src
* Programming
** TODO LSP
** TODO Python