mirror of
https://github.com/vale981/boon
synced 2025-03-05 17:41:42 -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))
|
: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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue