feature/workspaces: fix tests
This commit is contained in:
parent
b36eca2ae7
commit
9011593e38
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
(require 'persp-mode)
|
||||
(let (noninteractive)
|
||||
(persp-mode +1))
|
||||
(+workspace-switch +workspaces-main t)
|
||||
(let (persp-before-switch-functions persp-activated-functions)
|
||||
(+workspace-switch +workspaces-main t))
|
||||
(let* (,@buffers)
|
||||
(cl-loop with persp = (get-current-persp)
|
||||
for buf in (list ,@(mapcar #'car buffers))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue