tools/magit: :when+not => :unless

Minor refactor
This commit is contained in:
Henrik Lissner 2019-01-21 22:27:03 -05:00 committed by GitHub
parent 5287c48092
commit bd8f33df52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ what features are available.")
(def-package! magithub
:after magit
:when (not (featurep! :tools magit +forge))
:unless (featurep! :tools magit +forge)
:preface
;; Magithub is not well-behaved, so this needs to be set early
(setq magithub-dir (concat doom-etc-dir "magithub/"))