Skip to content

Commit

Permalink
tweak(envrc): make use of :ensure-system-package
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 16, 2024
1 parent 3494b59 commit cbbdc14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@
(use-package envrc
:straight t
:hook (minemacs-first-file . envrc-global-mode)
:when (and (not os/win) (executable-find "direnv"))
:when (not os/win)
:ensure-system-package direnv
:custom
(envrc-debug minemacs-debug-p)
:config
Expand Down

0 comments on commit cbbdc14

Please sign in to comment.