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

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

[nongnu] elpa/arduino-mode 16e1d57 010/107: Add init file.


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode 16e1d57 010/107: Add init file.
Date: Sun, 29 Aug 2021 10:58:07 -0400 (EDT)

branch: elpa/arduino-mode
commit 16e1d57cc6a2ac6ef7f8c12ecf9ba0e452ec597d
Author: Peter Oliver <git@mavit.org.uk>
Commit: Peter Oliver <git@mavit.org.uk>

    Add init file.
---
 arduino-mode-init.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arduino-mode-init.el b/arduino-mode-init.el
new file mode 100644
index 0000000..341a9fe
--- /dev/null
+++ b/arduino-mode-init.el
@@ -0,0 +1,2 @@
+(autoload 'arduino-mode "arduino-mode" "Major mode for editing Arduino code." 
t)
+(add-to-list 'auto-mode-alist '("\\.pde\\'" . arduino-mode))



reply via email to

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