Fix eyebrowse error when syncing layers

Fixes #5573
This commit is contained in:
syl20bnr 2016-03-25 01:12:30 -04:00
parent a33b0d02c7
commit 63df395975
1 changed files with 3 additions and 3 deletions

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))
(spacemacs/set-leader-keys
"bW" 'spacemacs/goto-buffer-workspace
"lw" 'spacemacs/workspaces-transient-state/body)
;; 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)
;; hooks
(add-hook 'persp-before-switch-functions
#'spacemacs/update-eyebrowse-for-perspective)