Skip to content

Commit

Permalink
fix(vterm): disable on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 21, 2023
1 parent ef86e67 commit e082919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

(use-package vterm
:straight t
:unless os/win
:hook (minemacs-build-functions . vterm-module-compile)
:init
(+map!
Expand All @@ -59,6 +60,7 @@

(use-package multi-vterm
:straight t
:unless os/win
:init
(+map!
"ott" #'multi-vterm
Expand Down

0 comments on commit e082919

Please sign in to comment.