From f6f83d6b153f89dd771f7c62b9739c95460a520a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 9 Sep 2019 17:48:23 +0200 Subject: [PATCH] Add the arduino package for better support for Arduino source files --- configuration.org | 7 +++++++ customizations.el | 1 + 2 files changed, 8 insertions(+) diff --git a/configuration.org b/configuration.org index 1fe621a..79be51f 100644 --- a/configuration.org +++ b/configuration.org @@ -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 diff --git a/customizations.el b/customizations.el index f71b6cc..a458fa7 100644 --- a/customizations.el +++ b/customizations.el @@ -37,6 +37,7 @@ all-the-icons anaconda-mode anzu + arduino-mode ascii-art-to-unicode auto-highlight-symbol auto-package-update