summaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
blob: bca53a5638d44fe88b0c2dfa5a52ec172bf57832 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
((nil . ((eval . (progn
                   (add-to-list
                    'load-path
                    (expand-file-name
                     "contrib/emacs"
                     (locate-dominating-file default-directory "contrib/emacs")))
                   (require 'mintage-mode)))))
 (go-ts-mode . ((comment-start . "/* ")
                (comment-end . " */")
                (require-final-newline . t)))
 (mhtml-mode . ((fill-column . 79))))