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 (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