From 720a73dec30fbab08f5233894b879d1fb26083c8 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Sat, 16 Mar 2013 21:52:54 -0700 Subject: [PATCH] Finally got rid of ledger-post-deafult-account-indent string. --- lisp/ldg-post.el | 4 ---- 1 file changed, 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)