From bd8f33df525206e5edddca0b07919d0ed5b3ba04 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 21 Jan 2019 22:27:03 -0500 Subject: [PATCH] tools/magit: :when+not => :unless Minor refactor --- modules/tools/magit/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index 02eade6f3..fb88b1014 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -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/"))