Fix comment string
This commit is contained in:
parent
64d6ec675d
commit
87da7ba3ab
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ Can indent, complete or align depending on context."
|
||||||
(ledger-check-version)
|
(ledger-check-version)
|
||||||
(ledger-post-setup)
|
(ledger-post-setup)
|
||||||
|
|
||||||
(set (make-local-variable 'comment-start) " ; ")
|
(set (make-local-variable 'comment-start) "; ")
|
||||||
(set (make-local-variable 'comment-end) "")
|
(set (make-local-variable 'comment-end) "")
|
||||||
(set (make-local-variable 'indent-tabs-mode) nil)
|
(set (make-local-variable 'indent-tabs-mode) nil)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue