ADD Iedit from old config

It's too usefull not to have
This commit is contained in:
Laurens Miers 2024-09-22 17:19:48 +02:00
parent e02a1990aa
commit 122f1f5186

View file

@ -506,6 +506,17 @@ FYI: At one point, used this together with sr-speedbar. They did not play well t
) )
#+END_SRC #+END_SRC
* Iedit
Highlight occurences of symbol and replace them simultanously.
Shortkey: =C-;=
https://github.com/victorhge/iedit
#+BEGIN_SRC emacs-lisp
(use-package iedit)
#+END_SRC
* Programming * Programming
** Electric pair ** Electric pair