mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
emacs/dired: replace advice w/ remap for fd-dired
This commit is contained in:
@ -171,7 +171,7 @@ we have to clean it up ourselves."
|
||||
:when (executable-find doom-projectile-fd-binary)
|
||||
:defer t
|
||||
:init
|
||||
(advice-add #'find-dired :override #'fd-dired)
|
||||
(global-set-key [remap find-dired] #'fd-dired)
|
||||
(set-popup-rule! "^\\*F\\(?:d\\|ind\\)\\*$" :ignore t))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user