diff options
-rw-r--r-- | .dir-locals.el | 5 |
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 |