Add expand region contract keys.

This commit is contained in:
Ivan Malison 2014-11-19 17:36:45 -08:00
parent 5c0e93488b
commit 7bba305333

View File

@ -212,7 +212,8 @@
(use-package expand-region
:ensure t
: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
:ensure t