Remap expand-region to avoid collission with C-SPC in terminal.

This commit is contained in:
Ivan Malison 2014-11-19 12:24:33 -08:00
parent a95f4a9a14
commit cce270414c

View File

@ -199,7 +199,7 @@
(use-package expand-region (use-package expand-region
:ensure t :ensure t
:commands er/expand-region :commands er/expand-region
:bind (("C-@" . er/expand-region))) :bind (("C-c m" . er/expand-region)))
;; ============================================================================= ;; =============================================================================
;; Programming Mode Hooks ;; Programming Mode Hooks