Add direnv support

Fixes magit git config issues and missing nix shells
This commit is contained in:
outfoxxed 2023-01-20 17:49:39 -08:00
parent bd40189259
commit b79eac8ea0
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,11 @@
:config
(editorconfig-mode 1))
;; Direnv support (nix shell, gitconfig, etc...)
(use-package direnv
:config
(direnv-mode))
;; Remove trailing whitespace
(use-package ws-butler
:config