Add kOS config

This commit is contained in:
Anna Rose Wiggins 2021-08-08 22:27:26 -04:00
parent 71b151adde
commit 8baa36909a
2 changed files with 329 additions and 0 deletions

View file

@ -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)