Add visual-replace
This commit is contained in:
parent
62bd8fb899
commit
f6fd747fb3
2 changed files with 7 additions and 0 deletions
|
@ -141,6 +141,12 @@
|
||||||
(add-hook 'next-error-hook #'pulsar-pulse-line)
|
(add-hook 'next-error-hook #'pulsar-pulse-line)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package visual-replace
|
||||||
|
:defer t
|
||||||
|
:bind (("C-c r" . visual-replace)
|
||||||
|
:map isearch-mode-map
|
||||||
|
("C-c r" . visual-replace-from-isearch)))
|
||||||
|
|
||||||
(use-package clipetty
|
(use-package clipetty
|
||||||
:delight
|
:delight
|
||||||
:hook (after-init . global-clipetty-mode))
|
:hook (after-init . global-clipetty-mode))
|
||||||
|
|
|
@ -184,6 +184,7 @@ let
|
||||||
telega
|
telega
|
||||||
aggressive-indent
|
aggressive-indent
|
||||||
mixed-pitch
|
mixed-pitch
|
||||||
|
visual-replace
|
||||||
# org-re-reveal # FIXME very not nice hash mismatch when building
|
# org-re-reveal # FIXME very not nice hash mismatch when building
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue