From c5f2ddb4b387fba4471626cc89229e0f6c8a8d9c Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 10 Oct 2022 23:00:22 -0700 Subject: [PATCH] Unbind mark-page --- thoom-emacs/ThoomEmacs.org | 5 ++++- thoom-emacs/init.el | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/thoom-emacs/ThoomEmacs.org b/thoom-emacs/ThoomEmacs.org index bad942b..1bda143 100644 --- a/thoom-emacs/ThoomEmacs.org +++ b/thoom-emacs/ThoomEmacs.org @@ -209,7 +209,10 @@ Set a location for the custom file so it doesn't pollute this file. ("C-o" . pop-global-mark) ("M-DEL" . backward-kill-word) - ("C-:" . execute-extended-command-for-buffer))) + ("C-:" . execute-extended-command-for-buffer)) + :init + ;; mark-page is not very useful, and shadows project.el bindings in Meow keypad + (unbind-key "C-x C-p")) #+END_SRC ** Dired #+begin_src emacs-lisp diff --git a/thoom-emacs/init.el b/thoom-emacs/init.el index 6bfc9b7..d40c13d 100644 --- a/thoom-emacs/init.el +++ b/thoom-emacs/init.el @@ -163,7 +163,10 @@ ("C-o" . pop-global-mark) ("M-DEL" . backward-kill-word) - ("C-:" . execute-extended-command-for-buffer))) + ("C-:" . execute-extended-command-for-buffer)) + :init + ;; mark-page is not very useful, and shadows project.el bindings in Meow keypad + (unbind-key "C-x C-p")) (use-package dired :bind (:map dired-mode-map