tweaking emacs dir-locals
This commit is contained in:
parent
4caf426048
commit
0ebc30e9e6
|
@ -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"))))
|
||||||
|
|
Loading…
Reference in a new issue