From ca5b67c2f27b496b95a143078c2070036060a6e5 Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 14 Jan 2016 16:21:14 -0500 Subject: [PATCH] eyebrowse: Translate workspaces micro-state --- layers/+window-management/eyebrowse/packages.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/layers/+window-management/eyebrowse/packages.el b/layers/+window-management/eyebrowse/packages.el index e15deb16d..c22214692 100644 --- a/layers/+window-management/eyebrowse/packages.el +++ b/layers/+window-management/eyebrowse/packages.el @@ -59,9 +59,8 @@ "[n] next, [p/N] previous, [TAB] back and forth, [c] close, " "[r] rename")))))) - (spacemacs|define-micro-state workspaces - :doc (spacemacs//workspaces-ms-documentation) - :use-minibuffer t + (spacemacs|define-micro-state-2 workspaces + :doc (concat (spacemacs//workspaces-ms-documentation)) :bindings ("0" eyebrowse-switch-to-window-config-0) ("1" eyebrowse-switch-to-window-config-1) @@ -87,4 +86,4 @@ ;; The layouts layer defines this keybinding inside a microstate ;; thus this is only needed if that layer is not used (unless (configuration-layer/layer-usedp 'spacemacs-layouts) - (spacemacs/set-leader-keys "lw" 'spacemacs/workspaces-micro-state))))) + (spacemacs/set-leader-keys "lw" 'spacemacs/workspaces-micro-state/body)))))