not much progress here.

This commit is contained in:
Craig Earls 2014-09-04 20:41:51 -07:00
parent 5427c94272
commit 91fc39c68d

View file

@ -329,7 +329,8 @@ With a prefix argument, remove the effective date. "
;; (font-lock-fontify-buffer-function . ledger-fontify-whole-buffer) ;; (font-lock-fontify-buffer-function . ledger-fontify-whole-buffer)
;; (font-lock-fontify-region-function . ledger-fontify-buffer-part))) ;; (font-lock-fontify-region-function . ledger-fontify-buffer-part)))
(setq-local font-lock-defaults `(,ledger-font-lock-keywords nil t)) (setq-local font-lock-defaults `(,ledger-font-lock-keywords nil t nil nil
(font-lock-fontify-buffer-function . ledger-fontify-whole-buffer)))
(setq-local indent-region-function 'ledger-post-align-postings)) (setq-local indent-region-function 'ledger-post-align-postings))