Fix #1970: don't count treemacs as a "popup"
And remove its popup rule. It isn't being caught by the popup system in the first place, so this is all a charade.
This commit is contained in:
parent
aa9851bd50
commit
4fe24df90f
2 changed files with 1 additions and 8 deletions
|
@ -181,8 +181,7 @@ and enables `+popup-buffer-mode'."
|
|||
(let ((window (or window (selected-window))))
|
||||
(and (windowp window)
|
||||
(window-live-p window)
|
||||
(or (window-parameter window 'popup)
|
||||
(window-parameter window 'no-other-window))
|
||||
(window-parameter window 'popup)
|
||||
window))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue