mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
direnv integration for emacs
This commit is contained in:
parent
7c9f742cfe
commit
42d2628694
1 changed files with 6 additions and 0 deletions
|
|
@ -696,3 +696,9 @@
|
|||
|
||||
(define-key dired-mode-map (kbd "V") #'dired-open-with-vterm)
|
||||
#+end_src
|
||||
* direnv
|
||||
#+begin_src emacs-lisp
|
||||
(use-package direnv
|
||||
:config
|
||||
(direnv-mode))
|
||||
#+end_src
|
||||
|
|
|
|||
Loading…
Reference in a new issue