Fix workspaces transient state

This commit is contained in:
Eivind Fonn 2016-01-26 12:16:54 +01:00
parent 5fab8e8585
commit 72e1413e22

View file

@ -198,6 +198,6 @@ FRAME defaults to the current frame."
(defun spacemacs/layout-workspaces-micro-state ()
"Launches the workspaces micro state, if defined."
(interactive)
(if (fboundp 'spacemacs/workspaces-micro-state)
(call-interactively 'spacemacs/workspaces-micro-state)
(if (fboundp 'spacemacs/workspaces-transient-state/body)
(call-interactively 'spacemacs/workspaces-transient-state/body)
(message "You need the eyebrowse layer to use this feature.")))