Use direnv mode
This commit is contained in:
parent
effe01a7cc
commit
e8867d752d
@ -2363,3 +2363,9 @@ The Emacs Multi-Media System. For libtag to work, libtag must be installed on th
|
||||
(leader-def-key "aed" 'emms-play-directory-tree))
|
||||
#+END_SRC
|
||||
|
||||
* Direnv
|
||||
[[https://direnv.net/][Direnv]] automatically runs bash scripts when you enter certain directories. This sets it up to work with Emacs:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package direnv
|
||||
:config (direnv-mode))
|
||||
#+END_SRC
|
||||
|
Loading…
Reference in New Issue
Block a user