Add kOS config
This commit is contained in:
parent
71b151adde
commit
8baa36909a
2 changed files with 329 additions and 0 deletions
|
@ -55,3 +55,7 @@
|
|||
|
||||
;; Use the right mode for Arduino sketches
|
||||
(add-to-list 'auto-mode-alist '("\\.ino\\'" . c++-mode))
|
||||
|
||||
(add-to-list 'load-path "~/.emacs.d/local/")
|
||||
(require 'kos-mode)
|
||||
(setq kos-indent 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue