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"))))