Unbind mark-page

This commit is contained in:
2022-10-10 23:00:22 -07:00
parent a88b43bde8
commit c5f2ddb4b3
2 changed files with 8 additions and 2 deletions

View File

@@ -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