feature/workspaces: fix tests

This commit is contained in:
Henrik Lissner 2018-05-25 00:50:52 +02:00
parent b36eca2ae7
commit 9011593e38
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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