Add anzu package.
This commit is contained in:
parent
e276cc0eec
commit
b95c3258ab
@ -14,6 +14,12 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; Mejora del reemplazo
|
||||
(use-package anzu
|
||||
:defer t
|
||||
:bind (([remap query-replace] . anzu-query-replace)
|
||||
([remap query-replace-regexp] . anzu-query-replace-regexp)))
|
||||
|
||||
;; Intercamiar buffers de lugar
|
||||
(use-package buffer-move
|
||||
:defer t
|
||||
|
Loading…
Reference in New Issue
Block a user