feature/workspaces: fix tests

This commit is contained in:
Henrik Lissner
2018-05-25 00:50:52 +02:00
parent b36eca2ae7
commit 9011593e38

View File

@@ -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))