mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
feature/workspaces: fix tests
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
(require 'persp-mode)
|
(require 'persp-mode)
|
||||||
(let (noninteractive)
|
(let (noninteractive)
|
||||||
(persp-mode +1))
|
(persp-mode +1))
|
||||||
(+workspace-switch +workspaces-main t)
|
(let (persp-before-switch-functions persp-activated-functions)
|
||||||
|
(+workspace-switch +workspaces-main t))
|
||||||
(let* (,@buffers)
|
(let* (,@buffers)
|
||||||
(cl-loop with persp = (get-current-persp)
|
(cl-loop with persp = (get-current-persp)
|
||||||
for buf in (list ,@(mapcar #'car buffers))
|
for buf in (list ,@(mapcar #'car buffers))
|
||||||
|
Reference in New Issue
Block a user