diff options
-rw-r--r-- | config.org | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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. |