Skip to content

Commit

Permalink
fix(combobulate): temporary disable on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 13, 2024
1 parent 9095fcc commit 9068009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

(use-package combobulate
:straight (:host github :repo "mickeynp/combobulate" :nonrecursive t) ; Cloning the `html-ts-mode' submodule causes problems
:when (+emacs-features-p 'tree-sitter)
:when (and (not os/win) (+emacs-features-p 'tree-sitter)) ; TEMP: disable on Windows
:hook ((python-ts-mode js-ts-mode css-ts-mode yaml-ts-mode typescript-ts-mode tsx-ts-mode html-ts-mode) . combobulate-mode)
:custom
(combobulate-key-prefix "C-c o")
Expand Down

0 comments on commit 9068009

Please sign in to comment.