tfcconnection/.dir-locals.el
2023-07-14 05:47:15 -05:00

7 lines
325 B
EmacsLisp

;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "hugo server --noHTTPCache")))
(org-mode . ((org-hugo-base-dir . "/home/chris/dev/tfcconnection")))
(rustic-mode . ((rustic-rustfmt-args . "--edition 2021"))))