summaryrefslogtreecommitdiff
path: root/lisp/ldg-mode.el
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-03-02 13:33:12 -0700
committerCraig Earls <enderw88@gmail.com>2013-03-02 13:33:12 -0700
commit9a86fe022cb5ef95c675ebc59269a7c7e63d1077 (patch)
treeb733b963f91c0778746bb9f89ea7cb3f5c190c7d /lisp/ldg-mode.el
parent497d668778e17e08ac91695ba1cb5da50612cd0a (diff)
downloadledger-9a86fe022cb5ef95c675ebc59269a7c7e63d1077.tar.gz
ledger-9a86fe022cb5ef95c675ebc59269a7c7e63d1077.tar.bz2
ledger-9a86fe022cb5ef95c675ebc59269a7c7e63d1077.zip
Add ability to posting the account in a posting using the iedger-default-acct-transaction-indent
Diffstat (limited to 'lisp/ldg-mode.el')
-rw-r--r--lisp/ldg-mode.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/ldg-mode.el b/lisp/ldg-mode.el
index 37c0f69e..00df0e67 100644
--- a/lisp/ldg-mode.el
+++ b/lisp/ldg-mode.el
@@ -39,11 +39,6 @@
(defvar ledger-month (ledger-current-month)
"Start a ledger session with the current month, but make it customizable to ease retro-entry.")
-(defcustom ledger-default-acct-transaction-indent " "
- "Default indentation for account transactions in an entry."
- :type 'string
- :group 'ledger)
-
(defun ledger-remove-overlays ()
"Remove all overlays from the ledger buffer."
(interactive)