To install this package, run in Emacs:
M-x package-install RET substitute RET
Efficiently replace targets in the buffer or context.
Substitute is a set of commands that perform text replacement (i)
throughout the buffer, (ii) limited to the current definition (per
narrow-to-defun
), (iii) from point to the end of the buffer, and
(iv) from point to the beginning of the buffer.
These substitutions are meant to be as quick as possible and, as such,
differ from the standard query-replace
(which I still use). The
provided commands prompt for substitute text and perform the
substitution outright.
Video demo: https://protesilaos.com/codelog/2023-01-16-emacs-substitute-package-demo/
substitute
substitute-0.1.7.tar.lz | 2023-Mar-21 | 18.4 KiB |
substitute-0.1.6.tar.lz | 2023-Jan-31 | 17.6 KiB |
substitute-0.1.5.tar.lz | 2023-Jan-23 | 4.98 KiB |
substitute-0.1.4.tar.lz | 2023-Jan-17 | 4.96 KiB |
substitute-0.1.2.tar.lz | 2023-Jan-16 | 4.46 KiB |