diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-27 17:27:52 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-27 17:27:52 -0700 |
commit | 42911df9f5f25914d2be7f48f294ab2fccc06248 (patch) | |
tree | 0e99c73afde0d73882a5140b0fafd72c3d70eaa9 /lisp/ldg-commodities.el | |
parent | 3db3d23765f9e48e52ce0c7f322f6031588d5d2f (diff) | |
download | fork-ledger-42911df9f5f25914d2be7f48f294ab2fccc06248.tar.gz fork-ledger-42911df9f5f25914d2be7f48f294ab2fccc06248.tar.bz2 fork-ledger-42911df9f5f25914d2be7f48f294ab2fccc06248.zip |
Restructured customization groups. Completed initial draft of ledger-mode documentation
Diffstat (limited to 'lisp/ldg-commodities.el')
-rw-r--r-- | lisp/ldg-commodities.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/ldg-commodities.el b/lisp/ldg-commodities.el index 6f835221..c5500785 100644 --- a/lisp/ldg-commodities.el +++ b/lisp/ldg-commodities.el @@ -29,13 +29,7 @@ (defcustom ledger-reconcile-default-commodity "$" "The default commodity for use in target calculations in ledger reconcile." :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) + :group 'ledger-reconcile) (defun ledger-split-commodity-string (str) "Split a commoditized amount into two parts" |