branch: externals/dtache
commit 9b9d58e6b57b4149404c8972599fe05b92f00210
Author: Niklas Eklund <[email protected]>
Commit: Niklas Eklund <[email protected]>
Add flycheck-mode to .dir-locals
Enable flycheck-mode to run in this project.
---
.dir-locals.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index cc5204a41c..2115bd6105 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1 +1,2 @@
-((nil . ((compile-command . "guix build --file=guix.scm"))))
+((nil . ((compile-command . "guix build --file=guix.scm")))
+ (prog-mode (eval flycheck-mode)))