Installation ============ Install Visual Replace: - from `MELPA or MELPA Stable `_ using :kbd:`M-x package-install visual-replace` - on a recent version of Emacs (29 or later), from the github repository by doing :kbd:`M-x package-vc-install https://github.com/szermatt/visual-replace` - from source, using an alternative package managers, such as `straight `_, shown here: .. code-block:: elisp (use-package visual-replace :straight (:type git :repo "https://github.com/szermatt/visual-replace.git")) - the old-fashioned way, copying `visual-replace.el `_ into your :file:`.emacs.d` directory. Visual Replace requires Emacs 26.1 or later.