From d73a45c71000ccb044d53250a360875eed58303d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Mon, 10 Sep 2018 08:45:18 +0200 Subject: [PATCH] oops: allow not loading magit at all --- boon-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boon-core.el b/boon-core.el index f133b43..b8a95ae 100644 --- a/boon-core.el +++ b/boon-core.el @@ -159,7 +159,7 @@ optional list of changes as its last argument." :type '(repeat symbol)) (defcustom boon-special-conditions - '(magit-blame-mode) + '((bound-and-true-p magit-blame-mode)) "A list of sufficient conditions to trigger special state." :group 'boon)