summaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 71f9481..d8584cc 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -4,4 +4,9 @@
(expand-file-name
"contrib/emacs"
(locate-dominating-file default-directory "contrib/emacs")))
- (require 'mintage-mode))))))
+ (require 'mintage-mode)))))
+ (go-ts-mode . ((comment-start . "/* ")
+ (comment-end . " */")
+ (comment-continue . " ")
+ (require-final-newline . t)))
+ (mhtml-mode . ((fill-column . 79)))) \ No newline at end of file