Add one more shortcut for expand region.

This commit is contained in:
KJ 2024-09-12 23:18:22 -04:00
parent c3a2df6bef
commit 85ad5c15b3
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también)
(use-package expand-region
:defer t
:bind ("C-+" . er/expand-region))
:bind (("C-+" . er/expand-region)
("C-=" . er/expand-region)))
;; Major mode para archivos CSV
(use-package csv-mode