[emacs] Set comment-start to ";" so that comment-dwim works

This commit is contained in:
Steve Purcell 2014-12-09 16:29:45 +00:00
parent 01c91130d7
commit 7579057bc0

View file

@ -339,6 +339,7 @@ With a prefix argument, remove the effective date."
(add-hook 'before-revert-hook 'ledger-occur-remove-all-overlays nil t)
(ledger-init-load-init-file)
(setq comment-start ";")
(setq-local indent-region-function 'ledger-post-align-postings))