Fixed bug that caused ledger-mode interfere with other mode that used indent-region
This commit is contained in:
parent
1a52899673
commit
063b027fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue