From 9011593e38b4d0f8dd3ba94a5deb76a9ed307883 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 25 May 2018 00:50:52 +0200 Subject: [PATCH] feature/workspaces: fix tests --- modules/feature/workspaces/test/autoload-workspaces.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/feature/workspaces/test/autoload-workspaces.el b/modules/feature/workspaces/test/autoload-workspaces.el index 6367400ed..acd647ba9 100644 --- a/modules/feature/workspaces/test/autoload-workspaces.el +++ b/modules/feature/workspaces/test/autoload-workspaces.el @@ -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))