feature/workspaces: fix flipped condition on after-init-hook
This commit is contained in:
parent
1c31381bfd
commit
0f16bcd04e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ renamed.")
|
||||||
;; main workspace to fill this role.
|
;; main workspace to fill this role.
|
||||||
(persp-add-new +workspaces-main)
|
(persp-add-new +workspaces-main)
|
||||||
;; Switch to it if we aren't auto-loading the last session
|
;; Switch to it if we aren't auto-loading the last session
|
||||||
(unless (= persp-auto-resume-time -1)
|
(when (= persp-auto-resume-time -1)
|
||||||
(persp-frame-switch +workspaces-main)))
|
(persp-frame-switch +workspaces-main)))
|
||||||
|
|
||||||
(define-key persp-mode-map [remap delete-window] '+workspace/close-window-or-workspace)
|
(define-key persp-mode-map [remap delete-window] '+workspace/close-window-or-workspace)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue