mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
(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/"))
|
||||||
|
Reference in New Issue
Block a user