Deconflict dired and C-o map

This commit is contained in:
2024-09-15 20:39:55 -07:00
parent c3fb58e245
commit c70448fd53

View File

@@ -28,6 +28,10 @@
("n" . next-buffer)
("p" . previous-buffer)))
(use-package dired
:bind (:map dired-mode-map
("C-o" . nil)))
(use-package emacs
:bind (("C-h C-i" . info-apropos)))