From bfd7694be93bc01205ab1cb6bd7805959864e21c Mon Sep 17 00:00:00 2001 From: rearman Date: Tue, 14 May 2024 10:48:48 -0400 Subject: [PATCH] Fix heading mishap --- init.org | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.5