From 0ebc30e9e6223dfc1abfafd7a1c3192a6f7b27f7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 23 May 2025 10:32:28 -0500 Subject: [PATCH] tweaking emacs dir-locals --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index fedcc63..60a4da9 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,6 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((compile-command . "hugo server --noHTTPCache"))) +((nil . ((compile-command . "just serve"))) (org-mode . ((org-hugo-base-dir . "/home/chris/dev/tfcconnection"))) (rustic-mode . ((rustic-rustfmt-args . "--edition 2021"))))