mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/popup: fix +popup/toggle
This commit is contained in:
@ -268,7 +268,7 @@ This window parameter is ignored if FORCE-P is non-nil."
|
|||||||
the message buffer in a popup window."
|
the message buffer in a popup window."
|
||||||
(interactive)
|
(interactive)
|
||||||
(cond ((+popup-windows)
|
(cond ((+popup-windows)
|
||||||
(+popup/close-all))
|
(+popup/close-all t))
|
||||||
((ignore-errors (+popup/restore)))
|
((ignore-errors (+popup/restore)))
|
||||||
((display-buffer (get-buffer "*Messages*")))))
|
((display-buffer (get-buffer "*Messages*")))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user