Add combobulate

This commit is contained in:
Dimitri Lozeve 2025-06-04 09:18:31 +02:00
parent d3708b3238
commit ce7b9ad6f8

View file

@ -767,6 +767,14 @@
:config
(dl/setup-install-grammars))
(use-package combobulate
:ensure (:host github :repo "mickeynp/combobulate")
:custom
;; You can customize Combobulate's key prefix here.
;; Note that you may have to restart Emacs for this to take effect!
(combobulate-key-prefix "C-c o")
:hook ((prog-mode . combobulate-mode)))
(use-package expand-region
:ensure t
:bind ("C-=" . er/expand-region))