Add expand-region binding

This commit is contained in:
David Morgan 2022-04-07 14:00:19 +01:00
parent 0f755b6977
commit 0f7038ed55
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
; (text-mode . (lambda () (flyspell-mode +1)))
; (prog-mode . (lambda () (flyspell-prog-mode))))
(use-package expand-region)
(use-package expand-region
:bind ("C-=" . er/expand-region))
(use-package bookmark
:custom