[sanity] Remove binding for emacs news

master
Jacopo De Simoi 10 months ago
parent 85ca77026a
commit febf0c2e7a
  1. 2
      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" "<M-f4>" "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" "<M-f4>" "C-M-u" "C-M-d" "C-x o" "C-SPC"))
(global-unset-key (kbd ch)))
#+end_src

Loading…
Cancel
Save