mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
oops: allow not loading magit at all
This commit is contained in:
parent
82057912c2
commit
d73a45c710
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue