Skip to content

Commit

Permalink
feat(combobulate): initial support
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 12, 2023
1 parent 67c8d2d commit fea6426
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@
(+register-build-function! treesit-auto-install-all)
:config
;; Install all languages when calling `treesit-auto-install-all'
(setq treesit-language-source-alist (treesit-auto--build-treesit-source-alist))))
(setq treesit-language-source-alist (treesit-auto--build-treesit-source-alist)))

(use-package combobulate
:straight t
:hook (python-ts-mode js-ts-mode css-ts-mode yaml-ts-mode typescript-ts-mode tsx-ts-mode)
:custom
(combobulate-key-prefix "C-c o")))

(use-package hideif
:straight (:type built-in)
Expand Down

0 comments on commit fea6426

Please sign in to comment.