]> git.earman.xyz Git - emacsinit.git/commitdiff
Fix heading mishap
authorrearman <rearman@r717.net>
Tue, 14 May 2024 14:48:48 +0000 (10:48 -0400)
committerrearman <rearman@r717.net>
Tue, 14 May 2024 14:48:48 +0000 (10:48 -0400)
init.org

index e4347ddf37115dd72f31ac3a0d7e000f92c8467d..ec42e1f15efce40182433ee7feacb426e1b2a17c 100644 (file)
--- a/init.org
+++ b/init.org
@@ -924,6 +924,10 @@ I made these bindings to put my more-used commands on better keys, and swap them
 :PROPERTIES:
 :ID:       05c8bf80-e35f-49bc-97b0-b6caccb63ab6
 :END:
+**** Eval Region
+:PROPERTIES:
+:ID:       c19da360-569b-4ac9-bd24-bd7cfa665d6c
+:END:
 Some old Emacs-like editor (Edwin?) used this binding, so I put it in here.  Less used than the =C-M-x= =eval-defun= binding, but occasionally nice to have.
 #+BEGIN_SRC emacs-lisp
 (keymap-global-set "C-M-z" 'eval-region)