Consider any window with no-other-window a popup
This allows +popup/other (other-popup) to jump to side windows created outside of Doom's popup manager (e.g. treemacs or neotree).
This commit is contained in:
parent
99d5cd1fba
commit
b8a8ca9b06
1 changed files with 2 additions and 1 deletions
|
@ -181,7 +181,8 @@ and enables `+popup-buffer-mode'."
|
|||
(let ((window (or window (selected-window))))
|
||||
(and (windowp window)
|
||||
(window-live-p window)
|
||||
(window-parameter window 'popup)
|
||||
(or (window-parameter window 'popup)
|
||||
(window-parameter window 'no-other-window))
|
||||
window))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue