Add expand-region
This commit is contained in:
parent
6ab0b13c29
commit
ae07ba56ef
2 changed files with 11 additions and 0 deletions
7
custom/setup-expand-region.el
Normal file
7
custom/setup-expand-region.el
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(require 'expand-region)
|
||||
|
||||
(pending-delete-mode t)
|
||||
|
||||
(global-set-key (kbd "C-=") 'er/expand-region)
|
||||
|
||||
(provide 'setup-expand-region)
|
||||
Loading…
Add table
Add a link
Reference in a new issue