Add the arduino package for better support for Arduino source files
This commit is contained in:
parent
a3362e7bbe
commit
f6f83d6b15
@ -3378,6 +3378,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
|
|||||||
(gitlab-ci-mode-flycheck-enable))
|
(gitlab-ci-mode-flycheck-enable))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Arduino
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package arduino-mode
|
||||||
|
:mode "\\.ino\\'")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Games
|
* Games
|
||||||
|
|
||||||
** Gnu Go
|
** Gnu Go
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
all-the-icons
|
all-the-icons
|
||||||
anaconda-mode
|
anaconda-mode
|
||||||
anzu
|
anzu
|
||||||
|
arduino-mode
|
||||||
ascii-art-to-unicode
|
ascii-art-to-unicode
|
||||||
auto-highlight-symbol
|
auto-highlight-symbol
|
||||||
auto-package-update
|
auto-package-update
|
||||||
|
Loading…
Reference in New Issue
Block a user