From: rearman Date: Tue, 14 May 2024 14:48:48 +0000 (-0400) Subject: Fix heading mishap X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=bfd7694be93bc01205ab1cb6bd7805959864e21c;p=emacsinit.git Fix heading mishap --- diff --git a/init.org b/init.org index e4347dd..ec42e1f 100644 --- 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)