Skip to content

Commit

Permalink
fix(combobulate): disable the problematic html-ts-mode submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 3, 2024
1 parent a912ab8 commit 40994e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
:when (+emacs-features-p 'tree-sitter))

(use-package combobulate
:straight t
:straight (:host github :repo "mickeynp/combobulate" :nonrecursive t) ; Cloning the `html-ts-mode' submodule causes problems
:when (+emacs-features-p 'tree-sitter)
:hook ((python-ts-mode js-ts-mode css-ts-mode yaml-ts-mode typescript-ts-mode tsx-ts-mode) . combobulate-mode)
: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")
:config
Expand Down

0 comments on commit 40994e9

Please sign in to comment.