emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dtache 9b9d58e6b5 011/158: Add flycheck-mode to .dir-lo


From: ELPA Syncer
Subject: [elpa] externals/dtache 9b9d58e6b5 011/158: Add flycheck-mode to .dir-locals
Date: Wed, 19 Jan 2022 18:57:40 -0500 (EST)

branch: externals/dtache
commit 9b9d58e6b57b4149404c8972599fe05b92f00210
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]