feature/popup: fix wrong-number-of-args error
This commit is contained in:
parent
fa54eef776
commit
991297b8e7
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ instead of switch-to-buffer-*."
|
|||
"Restore popup windows when loading a perspective from file."
|
||||
(dolist (window (window-list))
|
||||
(when (+popup-parameter 'popup window)
|
||||
(+popup--init window))))
|
||||
(+popup--init window nil))))
|
||||
(advice-add #'persp-load-state-from-file :after #'+popup*persp-mode-restore-popups))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue