Add direnv to Emacs config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user