From a33b0d02c7bd7b2296204dfdf28da6a3a7c54ca8 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 25 Mar 2016 01:11:32 -0400 Subject: [PATCH] Revert unwanted change in previous commit --- layers/+spacemacs/spacemacs-layouts/packages.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layers/+spacemacs/spacemacs-layouts/packages.el b/layers/+spacemacs/spacemacs-layouts/packages.el index aa946e6ce..8a7c7ce54 100644 --- a/layers/+spacemacs/spacemacs-layouts/packages.el +++ b/layers/+spacemacs/spacemacs-layouts/packages.el @@ -80,9 +80,9 @@ ("p" eyebrowse-prev-window-config) ("R" spacemacs/workspaces-ts-rename :exit t) ("w" eyebrowse-switch-to-window-config :exit t)) - ;; note: we don't need to declare the `SPC l w' binding, it is - ;; declare in the layout transient state - (spacemacs/set-leader-keys "bW" 'spacemacs/goto-buffer-workspace) + (spacemacs/set-leader-keys + "bW" 'spacemacs/goto-buffer-workspace + "lw" 'spacemacs/workspaces-transient-state/body) ;; hooks (add-hook 'persp-before-switch-functions #'spacemacs/update-eyebrowse-for-perspective)