diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index d5837e0..f943f69 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,2 +1,4 @@ -((nil . ((compile-command . "make -B") - (web-mode-engine . "go")))) +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((go-ts-mode . ((apheleia-formatter . golines))))) |