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

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

[nongnu] elpa/arduino-mode 0e95bdf 084/107: auto setup flycheck-arduino


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode 0e95bdf 084/107: auto setup flycheck-arduino on arduino-mode-hook
Date: Sun, 29 Aug 2021 10:58:21 -0400 (EDT)

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

    auto setup flycheck-arduino on arduino-mode-hook
---
 arduino-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arduino-mode.el b/arduino-mode.el
index 7d52084..a6878ad 100644
--- a/arduino-mode.el
+++ b/arduino-mode.el
@@ -353,6 +353,8 @@ Value is a symbol.  The possible values are the symbols in 
the
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.ino\\'" . arduino-mode))
 
+;;;###autoload
+(add-hook 'arduino-mode-hook #'flycheck-arduino-setup)
 
 (provide 'arduino-mode)
 ;;; arduino-mode.el ends here



reply via email to

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