From 7ac5aadbedb2d0890c0726a1a79077229e3cd1c5 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Wed, 11 Nov 2020 10:22:03 +0000 Subject: [PATCH] Set emacs compile-command --- .dir-locals.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index ca85664..c4f648e 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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))))