mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/magit: :when+not => :unless
Minor refactor
This commit is contained in:
@ -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/"))
|
||||
|
Reference in New Issue
Block a user