tweaking emacs dir-locals

This commit is contained in:
Chris Cochrun 2025-05-23 10:32:28 -05:00
parent 4caf426048
commit 0ebc30e9e6

View file

@ -1,6 +1,6 @@
;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables") ;;; 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"))) (org-mode . ((org-hugo-base-dir . "/home/chris/dev/tfcconnection")))
(rustic-mode . ((rustic-rustfmt-args . "--edition 2021")))) (rustic-mode . ((rustic-rustfmt-args . "--edition 2021"))))