emacs/dired: replace advice w/ remap for fd-dired
This commit is contained in:
parent
10ccf27d20
commit
0cb62657b7
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue