aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-25 12:02:36 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-25 12:02:36 +0100
commitead599c16ac9f98b36bde1b6bb9980fc2251e67b (patch)
tree7284b44a2121649a105753679f79427b0363ef97
parent04c949601f00b4fc7df2a32f363c8aacc6bb04d1 (diff)
chore: add local compile command
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index bc01a7a..48cc95a 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
-((nil . ((fill-column . 80))))
+((nil . ((fill-column . 80)
+ (eval . (setq-local compile-command "make publish")))))