Simplify :after, and add whitespace

This commit is contained in:
James Ravn 2020-04-03 09:30:10 +01:00
parent e05e452528
commit b5a2cde062
No known key found for this signature in database
GPG key ID: 52C372C72159D6EE

View file

@ -67,7 +67,8 @@ This must be set before `treemacs' has loaded.")
:when (featurep! :tools magit)
:after treemacs magit)
(use-package! treemacs-persp
:when (featurep! :ui workspaces)
:after (treemacs persp-mode)
:after treemacs
:config (treemacs-set-scope-type 'Perspectives))