Entries from 2014-09-12 to 1 day

7. Emacs + Spark - Spark

https://www.spark.io/build is great IDE, but you may want to use your own tool, which is Emacs :) Open your .emacs and associate .ino file to cc-mode. (setq auto-mode-alist (append '(("\\.h$" . c++-mode) ("\\.cpp$" . c++-mode) ("\\.ino$" .…