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

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

[nongnu] elpa/arduino-mode 10af997 102/107: fix not defined flycheck-ard


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode 10af997 102/107: fix not defined flycheck-arduino-setup
Date: Sun, 29 Aug 2021 10:58:24 -0400 (EDT)

branch: elpa/arduino-mode
commit 10af99792c8e4b97ea542c55bfed246781fdd1ba
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    fix not defined flycheck-arduino-setup
---
 arduino-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arduino-mode.el b/arduino-mode.el
index 1904c22..9de266b 100644
--- a/arduino-mode.el
+++ b/arduino-mode.el
@@ -45,6 +45,8 @@
   ;; fall back on c-mode
   (c-add-language 'arduino-mode 'c-mode))
 
+(require 'flycheck-arduino)
+
 (defgroup arduino-mode nil
   "Customize arduino-mode."
   :prefix "arduino-mode-"
@@ -347,7 +349,6 @@ Value is a symbol.  The possible values are the symbols in 
the
   (set (make-local-variable 'c-basic-offset) 2)
   (set (make-local-variable 'tab-width) 2)
 
-  (require 'flycheck-arduino)
   (flycheck-arduino-setup))
 
 ;;;###autoload



reply via email to

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