feature/workspaces: update +workspaces|restore-popups (due to recent core-popups refactor)
This commit is contained in:
parent
3dc1fa00ec
commit
7177827c41
1 changed files with 3 additions and 1 deletions
|
@ -67,6 +67,8 @@
|
|||
(defun +workspaces|restore-popups (windows)
|
||||
(dolist (window windows)
|
||||
(when-let (plist (window-parameter window 'popup))
|
||||
(doom-popup--init window plist))))
|
||||
(with-selected-window window
|
||||
(unless doom-popup-mode
|
||||
(doom-popup-mode +1))))))
|
||||
(add-hook '+workspaces-load-session-hook '+workspaces|restore-popups))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue