[emacs] Set comment-start to ";" so that comment-dwim works
This commit is contained in:
parent
01c91130d7
commit
7579057bc0
1 changed files with 1 additions and 0 deletions
|
|
@ -339,6 +339,7 @@ With a prefix argument, remove the effective date."
|
||||||
(add-hook 'before-revert-hook 'ledger-occur-remove-all-overlays nil t)
|
(add-hook 'before-revert-hook 'ledger-occur-remove-all-overlays nil t)
|
||||||
|
|
||||||
(ledger-init-load-init-file)
|
(ledger-init-load-init-file)
|
||||||
|
(setq comment-start ";")
|
||||||
|
|
||||||
(setq-local indent-region-function 'ledger-post-align-postings))
|
(setq-local indent-region-function 'ledger-post-align-postings))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue