mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix wrong-type-arg on project switch #836
A regression caused by e40a58c4
, which made +workspace-new return
something other than a perspective struct.
This commit is contained in:
@ -161,7 +161,8 @@ Otherwise return t on success, nil otherwise."
|
||||
(delete-other-windows)
|
||||
(switch-to-buffer (doom-fallback-buffer))
|
||||
(setf (persp-window-conf persp)
|
||||
(funcall persp-window-state-get-function (selected-frame))))))
|
||||
(funcall persp-window-state-get-function (selected-frame))))
|
||||
persp))
|
||||
|
||||
;;;###autoload
|
||||
(defun +workspace-rename (name new-name)
|
||||
|
Reference in New Issue
Block a user