Unbind mark-page
This commit is contained in:
@@ -209,7 +209,10 @@ Set a location for the custom file so it doesn't pollute this file.
|
|||||||
|
|
||||||
("C-o" . pop-global-mark)
|
("C-o" . pop-global-mark)
|
||||||
("M-DEL" . backward-kill-word)
|
("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
|
#+END_SRC
|
||||||
** Dired
|
** Dired
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|||||||
@@ -163,7 +163,10 @@
|
|||||||
|
|
||||||
("C-o" . pop-global-mark)
|
("C-o" . pop-global-mark)
|
||||||
("M-DEL" . backward-kill-word)
|
("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
|
(use-package dired
|
||||||
:bind (:map dired-mode-map
|
:bind (:map dired-mode-map
|
||||||
|
|||||||
Reference in New Issue
Block a user