summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-01-01 11:01:59 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-01-01 11:01:59 +0100
commite0db31821090289ac77ddab44ad12deca0176b12 (patch)
tree0ea74968be73785444f990e1b9fd48f9ec53c779
parent7f2a45059ec77089a3bd04a928e0f0c8a0b0afda (diff)
Update dir-locals
-rw-r--r--.dir-locals.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 0309516..bca53a5 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -5,4 +5,7 @@
"contrib/emacs"
(locate-dominating-file default-directory "contrib/emacs")))
(require 'mintage-mode)))))
- (go-ts-mode . ((require-final-newline . t)))) \ No newline at end of file
+ (go-ts-mode . ((comment-start . "/* ")
+ (comment-end . " */")
+ (require-final-newline . t)))
+ (mhtml-mode . ((fill-column . 79)))) \ No newline at end of file