adding dir-locals and mission-trip

This commit is contained in:
Chris Cochrun 2022-10-27 09:56:01 -05:00
parent 854ef8cc48
commit ea4a550053
2 changed files with 18 additions and 0 deletions

4
.dir-locals.el Normal file
View file

@ -0,0 +1,4 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "hugo server --noHTTPCache"))))