summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-23 16:41:57 +0000
committernoa@gaiwan.org2024-06-23 16:41:57 +0000
commit3a45561a974fff9dd7d1af507127ca8d5b90a40e (patch)
tree9db7595807fe8cfaf0046d7613f0a66b7ac40119 /config.org
parente64761ab0117d8f9f7fac89c7e000b6d75422d16 (diff)
Remove iedit configuration
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.org b/config.org
index 3024d32..a8cf88c 100644
--- a/config.org
+++ b/config.org
@@ -1546,12 +1546,6 @@ Update the calendar.  We want weeks to start on a monday, the first day of the w
         calendar-date-style 'iso)
 #+end_src
 
-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.
-
-#+begin_src elisp
-  (package-ensure 'iedit)
-#+end_src
-
 ** Replace
 Anzu provides real-time updates to the replacement string when running query-replace.