Load window purpose only when window configuration changes
This commit is contained in:
parent
c3c7249234
commit
8b40cacc5e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
|
||||
(defun spacemacs-purpose/init-window-purpose ()
|
||||
(use-package window-purpose
|
||||
:defer (spacemacs/defer 1)
|
||||
:defer (spacemacs/defer)
|
||||
:init
|
||||
(progn
|
||||
(add-hook 'emacs-startup-hook
|
||||
|
|
Reference in a new issue