diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-12 15:11:36 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-12 15:11:36 -0700 |
commit | 28659c58c3b0531e0f5fb01b298fcb8a8f63991e (patch) | |
tree | 367f26b104becb2cf369d7beddefe8eeb77143c1 /lisp/ldg-mode.el | |
parent | 316055ff86978c29839d0d3058b3a9a7dda047bb (diff) | |
download | ledger-28659c58c3b0531e0f5fb01b298fcb8a8f63991e.tar.gz ledger-28659c58c3b0531e0f5fb01b298fcb8a8f63991e.tar.bz2 ledger-28659c58c3b0531e0f5fb01b298fcb8a8f63991e.zip |
Bug 892 re-enable pending mode and reconcile-finish
This should do it, and it should work across multiple files.
Diffstat (limited to 'lisp/ldg-mode.el')
-rw-r--r-- | lisp/ldg-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-mode.el b/lisp/ldg-mode.el index 628b4b8a..95b02fdd 100644 --- a/lisp/ldg-mode.el +++ b/lisp/ldg-mode.el @@ -75,7 +75,7 @@ customizable to ease retro-entry.") (define-key map [(control ?c) (control ?y)] 'ledger-set-year) (define-key map [(control ?c) (control ?m)] 'ledger-set-month) (define-key map [(control ?c) (control ?c)] 'ledger-toggle-current) - (define-key map [(control ?c) (control ?e)] 'ledger-toggle-current-entry) + (define-key map [(control ?c) (control ?e)] 'ledger-toggle-current-transaction) (define-key map [(control ?c) (control ?r)] 'ledger-reconcile) (define-key map [(control ?c) (control ?s)] 'ledger-sort-region) (define-key map [(control ?c) (control ?t)] 'ledger-test-run) |