updates to attempt at common lisp server

This commit is contained in:
Chris Cochrun 2023-05-30 09:29:35 -05:00
parent d8740cdb73
commit 0cad38bb05
6 changed files with 543 additions and 42 deletions

View file

@ -1,4 +1,5 @@
;;; Directory Local Variables
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "hugo server --noHTTPCache"))))
((nil . ((compile-command . "hugo server --noHTTPCache")))
(rustic-mode . ((rustic-rustfmt-args . "--edition 2021"))))