summaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el9
1 files changed, 1 insertions, 8 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index d8584cc..8895f93 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,11 +1,4 @@
-((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 . "/* ")
+((go-ts-mode . ((comment-start . "/* ")
(comment-end . " */")
(comment-continue . " ")
(require-final-newline . t)))