diff options
author | Craig Earls <enderw88@gmail.com> | 2013-03-16 21:52:54 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-03-16 21:52:54 -0700 |
commit | 720a73dec30fbab08f5233894b879d1fb26083c8 (patch) | |
tree | 6fa24e37acfaaee7c801be7d39dc93f77285486a /lisp/ldg-post.el | |
parent | 4c9b8cb9906ed86d3301c2fe1c8dbdf1498cd2cf (diff) | |
download | fork-ledger-720a73dec30fbab08f5233894b879d1fb26083c8.tar.gz fork-ledger-720a73dec30fbab08f5233894b879d1fb26083c8.tar.bz2 fork-ledger-720a73dec30fbab08f5233894b879d1fb26083c8.zip |
Finally got rid of ledger-post-deafult-account-indent string.
Diffstat (limited to 'lisp/ldg-post.el')
-rw-r--r-- | lisp/ldg-post.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/ldg-post.el b/lisp/ldg-post.el index e23b3135..c871df28 100644 --- a/lisp/ldg-post.el +++ b/lisp/ldg-post.el @@ -27,10 +27,6 @@ ;;; Code: -(defcustom ledger-default-acct-transaction-indent " " - "Default indentation for account transactions in an entry." - :type 'string - :group 'ledger-post) (defgroup ledger-post nil "Options for controlling how Ledger-mode deals with postings and completion" :group 'ledger) |