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

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

[nongnu] elpa/arduino-mode 94d25f2 018/107: Merge pull request #2 from p


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode 94d25f2 018/107: Merge pull request #2 from pavlobaron/master
Date: Sun, 29 Aug 2021 10:58:08 -0400 (EDT)

branch: elpa/arduino-mode
commit 94d25f2e011cb5a1735f1e467c15683c3e44a65b
Merge: 0f73f82 f4fd0e8
Author: Christopher Grim <christopher.grim@gmail.com>
Commit: Christopher Grim <christopher.grim@gmail.com>

    Merge pull request #2 from pavlobaron/master
    
    Enable autoload on .ino files
---
 arduino-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arduino-mode.el b/arduino-mode.el
index 0f434b5..021a681 100644
--- a/arduino-mode.el
+++ b/arduino-mode.el
@@ -108,6 +108,7 @@ Each list item should be a regexp matching a single 
identifier." :group 'arduino
 
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.pde\\'" . arduino-mode))
+(add-to-list 'auto-mode-alist '("\\.ino\\'" . arduino-mode))
 
 ;;;###autoload
 (defun arduino-mode ()



reply via email to

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