6 lines
255 B
EmacsLisp
6 lines
255 B
EmacsLisp
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
|
|
|
((nil . ((compile-command . "hugo server --noHTTPCache")))
|
|
(rustic-mode . ((rustic-rustfmt-args . "--edition 2021"))))
|