diff options
| -rw-r--r-- | emacs-config.org | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
