blob: 8395dfc8bd9abe8cf5530130857ea6f2c6e27391 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
((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 . ((auto-fill-mode . nil))))
|