From febf0c2e7af76964f41bc19baf1f0c32d4732f39 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 28 May 2025 15:07:21 -0400 Subject: [PATCH] [sanity] Remove binding for emacs news --- global.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.org b/global.org index b8f8911..bf99fa5 100644 --- a/global.org +++ b/global.org @@ -500,7 +500,7 @@ Finally, unbind the ~C-SPC~ to mark the point, as I am using LR-shift Note that I will use ~C-SPC~ as a hydra below to deal with parenthesis #+begin_src emacs-lisp - (dolist (ch '("C-c C-x" "C-x C-r" "C-z" "C-x f" "C-x C-f" "" "C-M-u" "C-M-d" "C-x o" "C-SPC")) + (dolist (ch '("C-h C-n" "C-c C-x" "C-x C-r" "C-z" "C-x f" "C-x C-f" "" "C-M-u" "C-M-d" "C-x o" "C-SPC")) (global-unset-key (kbd ch))) #+end_src