better direnv package

This commit is contained in:
Grigory Shipunov 2025-06-10 11:37:48 +02:00 committed by Grisha Shipunov
parent c5da374b24
commit 1ae83a4d57

View file

@ -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