Add expand region.
This commit is contained in:
parent
61e9b7d89d
commit
5ad90cc437
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user