From 2c726e551d90d20bcd2d78545c369864cc9038e5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 6 Jun 2025 01:32:41 +0200 Subject: Use CSV’s for mintages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dir-locals.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.dir-locals.el') 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))) -- cgit v1.2.3