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))
|
||||
#+END_SRC
|
||||
|
||||
** Arduino
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package arduino-mode
|
||||
:mode "\\.ino\\'")
|
||||
#+END_SRC
|
||||
|
||||
* Games
|
||||
|
||||
** Gnu Go
|
||||
|
@ -37,6 +37,7 @@
|
||||
all-the-icons
|
||||
anaconda-mode
|
||||
anzu
|
||||
arduino-mode
|
||||
ascii-art-to-unicode
|
||||
auto-highlight-symbol
|
||||
auto-package-update
|
||||
|
Loading…
Reference in New Issue
Block a user