better direnv package
This commit is contained in:
parent
c5da374b24
commit
1ae83a4d57
1 changed files with 2 additions and 2 deletions
|
@ -234,9 +234,9 @@
|
||||||
:bind (("M-n" . move-text-down)
|
:bind (("M-n" . move-text-down)
|
||||||
("M-p" . move-text-up)))
|
("M-p" . move-text-up)))
|
||||||
|
|
||||||
(use-package direnv
|
(use-package envrc
|
||||||
:straight t
|
:straight t
|
||||||
:config (direnv-mode 1))
|
:hook (after-init . envrc-global-mode))
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:straight t
|
:straight t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue