Skip to content

Commit

Permalink
tweak(obsolete): sync keybindings for expand-region to match expreg
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 30, 2023
1 parent cede9ee commit 87fc42e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/obsolete/me-expand-region.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
(use-package expand-region
:straight t
:init
(+vmap! "v" #'er/expand-region))
(+vmap!
"v" #'er/expand-region
"q" #'er/contract-region))

(provide 'obsolete/me-expand-region)

Expand Down

0 comments on commit 87fc42e

Please sign in to comment.