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