diff --git a/layers/+window-management/spacemacs-layouts/funcs.el b/layers/+window-management/spacemacs-layouts/funcs.el index 871f581dd..22c54a776 100644 --- a/layers/+window-management/spacemacs-layouts/funcs.el +++ b/layers/+window-management/spacemacs-layouts/funcs.el @@ -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.")))