feature/workspaces: set doom-popup-rules on load-session
This commit is contained in:
parent
6a026fade2
commit
935aff99d7
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
||||||
(when-let (plist (window-parameter window 'popup))
|
(when-let (plist (window-parameter window 'popup))
|
||||||
(with-selected-window window
|
(with-selected-window window
|
||||||
(unless doom-popup-mode
|
(unless doom-popup-mode
|
||||||
|
(setq-local doom-popup-rules plist)
|
||||||
(doom-popup-mode +1))))))
|
(doom-popup-mode +1))))))
|
||||||
(add-hook '+workspaces-load-session-hook '+workspaces|restore-popups))
|
(add-hook '+workspaces-load-session-hook '+workspaces|restore-popups))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue