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

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

[nongnu] elpa/arduino-mode d7c8781 107/107: Mention ob-arduino.el usage


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode d7c8781 107/107: Mention ob-arduino.el usage in README
Date: Sun, 29 Aug 2021 10:58:25 -0400 (EDT)

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

    Mention ob-arduino.el usage in README
---
 README.org | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 5322832..50f8c0f 100644
--- a/README.org
+++ b/README.org
@@ -35,7 +35,13 @@ use with package company-arduino to get Arduino code 
completing.
 
 ** Org Mode Babel source block support with ob-arduino.el
 
-You need have Org-mode installed, ~ob-arduino.el~ is in Org-mode contrib/ now.
+You need have Org-mode installed, ~ob-arduino.el~ is in arduino-mode by 
default now.
+
+#+begin_src emacs-lisp
+(require 'ob-arduino)
+(add-to-list 'org-babel-load-languages '(arduino . t))
+(org-babel-do-load-languages 'org-babel-load-languages 
org-babel-load-languages)
+#+end_src
 
 Like the following src block, press =[C-c C-c]= to upload to Arduino board.
 



reply via email to

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