Add expand region.

This commit is contained in:
kj 2023-04-13 13:04:04 -04:00
parent 61e9b7d89d
commit 5ad90cc437
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@
("M-S-<right>" . buf-move-right))
)
;; Seleccionar por regiones (similar a mark-sexp, pero toma en cuenta hacia atrás del cursor también)
(use-package expand-region
:straight t
:defer t
:bind ("C-+" . er/expand-region))
;; Major mode para archivos CSV
(use-package csv-mode
:straight t