not much progress here.
This commit is contained in:
parent
5427c94272
commit
91fc39c68d
1 changed files with 2 additions and 1 deletions
|
|
@ -329,7 +329,8 @@ With a prefix argument, remove the effective date. "
|
|||
;; (font-lock-fontify-buffer-function . ledger-fontify-whole-buffer)
|
||||
;; (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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue