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)
|
(":" . execute-extended-command)
|
||||||
("x" . magit-discard)))
|
("x" . magit-discard)))
|
||||||
#+end_src
|
#+end_src
|
||||||
* TODO Direnv
|
* Direnv
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package direnv
|
||||||
|
:straight t
|
||||||
|
:config
|
||||||
|
(direnv-mode))
|
||||||
|
#+end_src
|
||||||
* Programming
|
* Programming
|
||||||
** TODO LSP
|
** TODO LSP
|
||||||
** TODO Python
|
** TODO Python
|
||||||
|
|||||||
Reference in New Issue
Block a user