Fixed bug that caused ledger-mode interfere with other mode that used indent-region

This commit is contained in:
Craig Earls 2013-04-04 12:22:27 -07:00
parent 1a52899673
commit 063b027fbb

View file

@ -92,7 +92,7 @@ Can be pcomplete, or align-posting"
(ledger-init-load-init-file)
(setq indent-region-function 'ledger-post-align-postings)
(set (make-local-variable 'indent-region-function) 'ledger-post-align-postings)
(let ((map (current-local-map)))
(define-key map [(control ?c) (control ?a)] 'ledger-add-transaction)