mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(navigation/dired): fix unbinding of M-b
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user