Removed use-decimal-comma custom, since we are now reading the .ledgerrc file
This commit is contained in:
parent
1e3c795935
commit
69dd94b6cc
1 changed files with 0 additions and 6 deletions
|
|
@ -31,12 +31,6 @@
|
|||
:type 'string
|
||||
:group 'ledger)
|
||||
|
||||
(defcustom ledger-use-decimal-comma nil
|
||||
"If non-nil the use commas as decimal separator.
|
||||
This only has effect interfacing to calc mode in edit amount"
|
||||
:type 'boolean
|
||||
:group 'ledger)
|
||||
|
||||
(defun ledger-split-commodity-string (str)
|
||||
"Split a commoditized amount into two parts"
|
||||
(let (val
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue