Set emacs compile-command

This commit is contained in:
Jez Cope 2020-11-11 10:22:03 +00:00
parent 536dbccaf3
commit 7ac5aadbed
1 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
((nil . ((create-lockfiles . nil)
)))
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "nikola build")
(create-lockfiles . nil))))