Skip to content

Commit

Permalink
feat(tools): add support for direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 26, 2023
1 parent 0868ba9 commit aefdfa1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
(use-package nix-update
:straight t)

(use-package envrc
:straight t
:hook (minemacs-first-file . envrc-global-mode)
:custom
(envrc-debug minemacs-debug-p))


(provide 'me-tools)

Expand Down

0 comments on commit aefdfa1

Please sign in to comment.