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: