Add the expand-region mode

This commit is contained in:
Sameer Rahmani 2024-04-05 22:18:59 +01:00
parent 4531d2edc8
commit 9beeda8a9d
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,12 @@ external dependencies."
"`pkg-info' integration.")
(use! expand-region
"Expand region increases the selected region by semantic units.
Just keep pressing the key until it selects what you want."
:bind ("C-=" . er/expand-region))
(use! helpful
"Helpful is an alternative to the built-in Emacs help that provides much more
contextual information."