feature/workspace: associate emacsclient frames with workspace too
This commit is contained in:
parent
086a1659b4
commit
83b04b4f14
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue