summaryrefslogtreecommitdiff
path: root/lisp/ldg-mode.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-16 00:59:54 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-16 01:00:20 -0500
commit4da56023d060129c38a49c5bdcb52cd3cdc1dfc6 (patch)
tree0e63af33b208905e2f75babbfed2e5a18784e9cd /lisp/ldg-mode.el
parenta49e33a8ce91e07ebcbbb99bd8f01108d578dcc0 (diff)
downloadledger-4da56023d060129c38a49c5bdcb52cd3cdc1dfc6.tar.gz
ledger-4da56023d060129c38a49c5bdcb52cd3cdc1dfc6.tar.bz2
ledger-4da56023d060129c38a49c5bdcb52cd3cdc1dfc6.zip
Added ldg-test.el, to assist writing regression tests
Diffstat (limited to 'lisp/ldg-mode.el')
-rw-r--r--lisp/ldg-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ldg-mode.el b/lisp/ldg-mode.el
index cc9e8d92..4d13d7d2 100644
--- a/lisp/ldg-mode.el
+++ b/lisp/ldg-mode.el
@@ -47,6 +47,7 @@
(define-key map [(control ?c) (control ?e)] 'ledger-toggle-current-entry)
(define-key map [(control ?c) (control ?r)] 'ledger-reconcile)
(define-key map [(control ?c) (control ?s)] 'ledger-sort)
+ (define-key map [(control ?c) (control ?t)] 'ledger-test-run)
(define-key map [tab] 'pcomplete)
(define-key map [(control ?i)] 'pcomplete)
(define-key map [(control ?c) tab] 'ledger-fully-complete-entry)