Skip to content

Commit

Permalink
tweak(envrc): prevent an annoying error when direnv isn't installed
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 11, 2024
1 parent 6401380 commit 1250c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
(use-package envrc
:straight t
:hook (minemacs-first-file . envrc-global-mode)
:unless os/win
:when (and (not os/win) (executable-find "direnv"))
:custom
(envrc-debug minemacs-debug-p)
:config
Expand Down

0 comments on commit 1250c6b

Please sign in to comment.