mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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 in960b537
. Amend:960b537cf6
Fix: #8322 Ref: alexluigit/dirvish@a03a8d52de
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user