forked from colonelpanic/dotfiles
Remap expand-region to avoid collission with C-SPC in terminal.
This commit is contained in:
parent
a95f4a9a14
commit
cce270414c
2
init.el
2
init.el
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user