Skip to content

Commit

Permalink
fix(regexp): fix keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Sep 4, 2023
1 parent a4f2f05 commit 49d7ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
:init
(+vmap!
"v" #'expreg-expand
"v" #'expreg-contract)))
"q" #'expreg-contract)))

;; Fallback to `expand-region' if `expreg' cannot be used
(unless (+emacs-features-p 'tree-sitter)
Expand Down

0 comments on commit 49d7ff7

Please sign in to comment.