mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(dired): dirvish: "window is dedicated to *dirvish-parent-...*"
Seems the naming convention of dirvish windows has changed at some point, so the popup module's fallback rules were catching them, causing each of Dirvish's side windows to be treated as implicit popups. Fix: #8347
This commit is contained in:
@ -79,7 +79,7 @@ Fixes #3939: unsortable dired entries on Windows."
|
||||
(advice-add #'dired-noselect :around #'dirvish-dired-noselect-a)
|
||||
:config
|
||||
(dirvish-override-dired-mode)
|
||||
(set-popup-rule! "^ ?\\*\\(?:Dirvish\\|SIDE :: \\).*" :ignore t)
|
||||
(set-popup-rule! "^ ?\\*\\(?:[Dd]irvish\\|SIDE :: \\).*" :ignore t)
|
||||
|
||||
;; Fixes #8038. This setting is for folks who expect to be able to switch back
|
||||
;; to dired buffers where the file is opened from. In other cases, don't
|
||||
|
Reference in New Issue
Block a user