mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Alternative keybind for expand-region
This commit is contained in:
parent
c03bd1242e
commit
4d5d6621c8
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue