blob: 7577762b892880061dbcd0639479b5ff1ec2acfc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
((csv-mode
((number-format-predicate
. (lambda (beg end)
(save-excursion
(goto-char beg)
(not (bolp)))))))
(go-ts-mode
((comment-start . "/* ")
(comment-end . " */")
(comment-continue . " ")
(require-final-newline . t)))
(mhtml-mode
((eval . (auto-fill-mode -1)))))
|