From b5656282afde9d5598d80dd48d3c571bb63c36e9 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 12 Oct 2025 18:12:15 +0100 Subject: Remove mark-page keybinding --- emacs-config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs-config.org b/emacs-config.org index d125b96..8319a64 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1611,6 +1611,11 @@ Repeat action. (keymap-set +global-keys-map "C-." #'repeat) #+end_src +Remove annoying keybindings. +#+begin_src elisp + (keymap-unset global-map "C-x C-p") ; removed mark-page +#+end_src + * Extensions ** KJB #+begin_src elisp -- cgit