Deconflict dired and C-o map
This commit is contained in:
@@ -28,6 +28,10 @@
|
|||||||
("n" . next-buffer)
|
("n" . next-buffer)
|
||||||
("p" . previous-buffer)))
|
("p" . previous-buffer)))
|
||||||
|
|
||||||
|
(use-package dired
|
||||||
|
:bind (:map dired-mode-map
|
||||||
|
("C-o" . nil)))
|
||||||
|
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
:bind (("C-h C-i" . info-apropos)))
|
:bind (("C-h C-i" . info-apropos)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user