tools/magit: :when+not => :unless
Minor refactor
This commit is contained in:
parent
5287c48092
commit
bd8f33df52
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ what features are available.")
|
||||||
|
|
||||||
(def-package! magithub
|
(def-package! magithub
|
||||||
:after magit
|
:after magit
|
||||||
:when (not (featurep! :tools magit +forge))
|
:unless (featurep! :tools magit +forge)
|
||||||
:preface
|
:preface
|
||||||
;; Magithub is not well-behaved, so this needs to be set early
|
;; Magithub is not well-behaved, so this needs to be set early
|
||||||
(setq magithub-dir (concat doom-etc-dir "magithub/"))
|
(setq magithub-dir (concat doom-etc-dir "magithub/"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue