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

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

[nongnu] elpa/swift-mode 021f0ab 104/496: Remove flycheck code from .dir


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 021f0ab 104/496: Remove flycheck code from .dir-locals.el as not everyone has flycheck installed
Date: Sun, 29 Aug 2021 11:33:16 -0400 (EDT)

branch: elpa/swift-mode
commit 021f0abeb290267f130a88ad31087249997362c6
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Commit: Bozhidar Batsov <bozhidar@tradeo.com>

    Remove flycheck code from .dir-locals.el as not everyone has flycheck 
installed
---
 .dir-locals.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 40e0a39..9d000e5 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,6 +1,4 @@
 ((emacs-lisp-mode
-  (eval . (flycheck-mode))
-  (eval . (flycheck-cask-setup))
   (eval . (checkdoc-minor-mode))
   (indent-tabs-mode . nil)
   (fill-column . 80)



reply via email to

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