oops: allow not loading magit at all

This commit is contained in:
Jean-Philippe Bernardy 2018-09-10 08:45:18 +02:00
parent 82057912c2
commit d73a45c710

View file

@ -159,7 +159,7 @@ optional list of changes as its last argument."
:type '(repeat symbol)) :type '(repeat symbol))
(defcustom boon-special-conditions (defcustom boon-special-conditions
'(magit-blame-mode) '((bound-and-true-p magit-blame-mode))
"A list of sufficient conditions to trigger special state." "A list of sufficient conditions to trigger special state."
:group 'boon) :group 'boon)