Skip to content

Commit

Permalink
tweak(envrc): disable on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 30, 2023
1 parent 14317a2 commit cf348a7
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 @@ -174,7 +174,7 @@
(use-package envrc
:straight t
:hook (minemacs-first-file . envrc-global-mode)
:when (executable-find "direnv")
:when (and (not os/win) (executable-find "direnv"))
:custom
(envrc-debug minemacs-debug-p))

Expand Down

0 comments on commit cf348a7

Please sign in to comment.