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

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

[nongnu] elpa/arduino-mode a8fc196 106/107: ob-arduino set tangle filena


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode a8fc196 106/107: ob-arduino set tangle filename extension
Date: Sun, 29 Aug 2021 10:58:25 -0400 (EDT)

branch: elpa/arduino-mode
commit a8fc196fa13e99018e482dabf78a6e2c95c4d16d
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    ob-arduino set tangle filename extension
---
 ob-arduino.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ob-arduino.el b/ob-arduino.el
index ff19644..f77915b 100644
--- a/ob-arduino.el
+++ b/ob-arduino.el
@@ -94,9 +94,9 @@
 
 
 ;;;###autoload
-(eval-after-load 'org
-  '(add-to-list 'org-src-lang-modes '("arduino" . arduino)))
-
+(with-eval-after-load 'org
+  (add-to-list 'org-src-lang-modes '("arduino" . arduino))
+  (add-to-list 'org-babel-tangle-lang-exts '("arduino" . "ino")))
 
 
 



reply via email to

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