Fix bug 923

This commit is contained in:
Craig Earls 2013-03-24 14:06:41 -04:00
parent 5797623fd7
commit 59e8967d06

View file

@ -81,6 +81,8 @@ Can be pcomplete, or align-posting"
(ledger-init-load-init-file)
(setq indent-line-function 'ledger-post-align-postings)
(let ((map (current-local-map)))
(define-key map [(control ?c) (control ?a)] 'ledger-add-transaction)
(define-key map [(control ?c) (control ?b)] 'ledger-post-edit-amount)