Alternative keybind for expand-region

This commit is contained in:
Benson Chu 2020-02-02 16:48:54 -06:00
parent c03bd1242e
commit 4d5d6621c8

View file

@ -477,8 +477,9 @@
(point)))))
;; expand-region
(use-package expand-region)
(global-set-key (kbd "C-'") 'er/expand-region)
(use-package expand-region
:commands er/expand-region
:bind (("M-E" . #'er/expand-region)))
;; Banner comments
(use-package banner-comment