Revert unwanted change in previous commit

This commit is contained in:
syl20bnr 2016-03-25 01:11:32 -04:00
parent fa8271d689
commit a33b0d02c7

View file

@ -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)