From 89fd52808a22c13e53ae0db5c88ef45782a6f24f Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Thu, 3 Mar 2022 15:19:31 -0800 Subject: [PATCH] Can't really add iedit, until I require it. :-D --- ha-programming.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ha-programming.org b/ha-programming.org index 03b2928..0d00da7 100644 --- a/ha-programming.org +++ b/ha-programming.org @@ -252,8 +252,11 @@ As I've mentioned [[http://www.howardism.org/Technical/Emacs/beep-for-emacs.html While that code /advices/ the publishing and compile commands, I may want to add more. ** iEdit While there are language-specific ways to rename variables and functions, [[https://github.com/victorhge/iedit][iedit]] is often sufficient. + #+BEGIN_SRC emacs-lisp -(ha-leader "s e" '("iedit" . iedit-mode)) + (use-package iedit + :config + (ha-leader "s e" '("iedit" . iedit-mode))) #+END_SRC ** Commenting I like =comment-dwim= (~M-;~), and I like =comment-box=, but I have an odd personal style that I like to codify: