feature/workspace: associate emacsclient frames with workspace too

This commit is contained in:
Henrik Lissner
2018-01-28 18:26:32 -05:00
parent 086a1659b4
commit 83b04b4f14

View File

@ -76,7 +76,8 @@ renamed.")
;; per-frame workspaces
(setq persp-init-new-frame-behaviour-override nil
persp-interactive-init-frame-behaviour-override #'+workspaces|associate-frame)
persp-interactive-init-frame-behaviour-override #'+workspaces|associate-frame
persp-emacsclient-init-frame-behaviour-override #'+workspaces|associate-frame)
;; delete frame associated with workspace, if it exists
(add-hook 'delete-frame-functions #'+workspaces|delete-associated-workspace)