Cleaned up a defcustom that was lacking a type
This commit is contained in:
parent
68665a7373
commit
47c3f6d353
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
||||||
|
|
||||||
(defcustom ledger-occur-use-face-unfolded t
|
(defcustom ledger-occur-use-face-unfolded t
|
||||||
"if non-nil use a custom face for xacts shown in ledger-occur mode"
|
"if non-nil use a custom face for xacts shown in ledger-occur mode"
|
||||||
|
:type 'boolean
|
||||||
:group 'ledger)
|
:group 'ledger)
|
||||||
(make-variable-buffer-local 'ledger-occur-use-face-unfolded)
|
(make-variable-buffer-local 'ledger-occur-use-face-unfolded)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue