mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(workspaces): arity error creating workspaces
The signature of persp-window-state-get-function changed upstream in persp-mode (bumped ina1121ac). Fix: #8454 Amend:a1121acc94
This commit is contained in:
parent
9a38ee2428
commit
c64ca09ed2
1 changed files with 1 additions and 2 deletions
|
|
@ -155,8 +155,7 @@ Otherwise return t on success, nil otherwise."
|
|||
(+popup--inhibit-transient t))
|
||||
(persp-delete-other-windows))
|
||||
(switch-to-buffer (doom-fallback-buffer))
|
||||
(setf (persp-window-conf persp)
|
||||
(funcall persp-window-state-get-function (selected-frame))))
|
||||
(setf (persp-window-conf persp) (persp-window-state-get)))
|
||||
persp))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue