Home Gen80 @ 2024-04-23-00:19

This commit is contained in:
Jonas Röger 2024-04-23 00:19:41 +02:00
parent cf743194c6
commit aa1a351e94
2 changed files with 4 additions and 3 deletions

View File

@ -84,5 +84,6 @@
(map! :leader
:desc "Project VTerm" "p RET" #'projectile-run-vterm)
(use-package! envrc
:hook (after-init . envrc-global-mode))
(use-package! direnv
:config
(direnv-mode))

View File

@ -53,4 +53,4 @@
:recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el")))
(package! realgud)
(package! envrc)
(package! direnv)