fix(navigation/dired): fix unbinding of M-b

This commit is contained in:
2022-07-15 19:09:19 +01:00
parent 731be46b93
commit 2a60c0d42f
2 changed files with 1 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
(toggle-diredp-find-file-reuse-dir 1))
:config
(unbind-key "M-b" dired-mode-map)
(unbind-key "M-i" dired-mode-map)
(unbind-key "M-l" dired-mode-map))

View File

@@ -88,8 +88,6 @@
:group 'siren-dired)
:config
(unbind-key "M-b" dired-mode-map)
;; Replace built-in dired buffer cleanup function with a custom patched
;; version that allows separately configuring if dired buffers are cleaned up
;; along with file buffers. Without this, whenever you delete a file in dired,