From 60b84736b4cb3e75329eaa6e64afbb99e5d08770 Mon Sep 17 00:00:00 2001 From: jowj Date: Fri, 7 Jun 2019 15:32:22 -0500 Subject: [PATCH] Add iedit to core config. --- applicationConfiguration/.emacs/jlj-init.org | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/applicationConfiguration/.emacs/jlj-init.org b/applicationConfiguration/.emacs/jlj-init.org index d89dc61..4530c81 100644 --- a/applicationConfiguration/.emacs/jlj-init.org +++ b/applicationConfiguration/.emacs/jlj-init.org @@ -411,14 +411,17 @@ You can either use a CDN to deliver the reveal.js, or you can download source. B #+RESULTS: : t -I don't remember why i have this exec-path-from-shell thing; -- i think it was an issue with xplatform mac > windows movement -- but i'm not really on windows all that often anymore. +Iedit lets you "find all instances of this string" with C-; +- its /great/ +- same sorta niche as ~multiple-cursors~ #+BEGIN_SRC emacs-lisp -;(use-package exec-path-from-shell -; :ensure t) +(use-package iedit + :ensure t) + #+END_SRC +#+RESULTS: + I can't believe you still have to do this and emacs doens't do it for you: #+BEGIN_SRC emacs-lisp (server-start)