forked from colonelpanic/dotfiles
Add expand region contract keys.
This commit is contained in:
parent
5c0e93488b
commit
7bba305333
3
init.el
3
init.el
@ -212,7 +212,8 @@
|
|||||||
(use-package expand-region
|
(use-package expand-region
|
||||||
:ensure t
|
:ensure t
|
||||||
:commands er/expand-region
|
:commands er/expand-region
|
||||||
:bind (("C-c m" . er/expand-region)))
|
:config (setq expand-region-contract-fast-key "j")
|
||||||
|
:bind (("C-c k" . er/expand-region)))
|
||||||
|
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
:ensure t
|
:ensure t
|
||||||
|
Loading…
Reference in New Issue
Block a user