Add support for .ino files.
This commit is contained in:
parent
26a010f96d
commit
1cc7e09603
1 changed files with 3 additions and 0 deletions
3
emacs
3
emacs
|
@ -53,3 +53,6 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.text\\'" . markdown-mode))
|
(add-to-list 'auto-mode-alist '("\\.text\\'" . markdown-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode))
|
(add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))
|
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))
|
||||||
|
|
||||||
|
;; Use the right mode for Arduino sketches
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.ino\\'" . c++-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue