Add combobulate
This commit is contained in:
parent
d3708b3238
commit
ce7b9ad6f8
1 changed files with 8 additions and 0 deletions
8
init.el
8
init.el
|
@ -767,6 +767,14 @@
|
||||||
:config
|
:config
|
||||||
(dl/setup-install-grammars))
|
(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
|
(use-package expand-region
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind ("C-=" . er/expand-region))
|
:bind ("C-=" . er/expand-region))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue