From 8213c99308ddbe872a310f73590d664977df6eb6 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Sat, 15 Jun 2024 17:08:34 +0000 Subject: Add iedit --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index f5d8180..1ad577e 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -868,6 +868,8 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." calendar-mark-holidays-flag t calendar-date-style 'iso) +;; Multiple cursors are a nice feature because they are very interactive. However, i've always found the emacs implementation a bit too janky. Iedit implements one case where multiple cursors are used, which is to put a cursor at every same symbol in the buffer and edit them all, sort of like a real-time query-replace. +(use-package iedit :ensure t) ;;; Replace ;; Anzu provides real-time updates to the replacement string when running query-replace. -- cgit 1.4.1-2-gfad0