Skip to content

Commit

Permalink
tweak(vterm): don't install if Emacs don't support modules
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 26, 2023
1 parent f08c370 commit c86aa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

(use-package vterm
:straight t
:unless os/win
:when (and (not os/win) (+emacs-features-p 'modules))
:hook (minemacs-build-functions . vterm-module-compile)
:init
(+map!
Expand All @@ -60,7 +60,7 @@

(use-package multi-vterm
:straight t
:unless os/win
:when (and (not os/win) (+emacs-features-p 'modules))
:init
(+map!
"ott" #'multi-vterm
Expand Down

0 comments on commit c86aa7c

Please sign in to comment.