fix(dired): void-function dirvish-find-entry-a error

This advice was replaced upstream with advising `dired--find-file` with
`dirvish--find-file`, and was missed when dirvish was bumped in 960b537.

Amend: 960b537cf6
Fix: #8322
Ref: alexluigit/dirvish@a03a8d52de
This commit is contained in:
Henrik Lissner
2025-03-24 03:00:34 -04:00
parent 2f54077c3e
commit 056d117b07

View File

@ -75,7 +75,7 @@ Fixes #3939: unsortable dired entries on Windows."
:init
(setq dirvish-cache-dir (file-name-concat doom-cache-dir "dirvish/"))
;; HACK: ...
(advice-add #'dired-find-file :override #'dirvish-find-entry-a)
(advice-add #'dired--find-file :override #'dirvish--find-entry)
(advice-add #'dired-noselect :around #'dirvish-dired-noselect-a)
:config
(dirvish-override-dired-mode)