Add module path to emacs config, include haml and slim modes.

This commit is contained in:
2016-05-11 22:14:45 -04:00
parent bdc367e767
commit 05f8520a72
3 changed files with 1354 additions and 0 deletions

4
emacs
View File

@ -58,3 +58,7 @@
;; Use the right mode for Arduino sketches
(add-to-list 'auto-mode-alist '("\\.ino\\'" . c++-mode))
(add-to-list 'load-path "~/.emacs.d/lisp")
(require 'slim-mode)
(require 'haml-mode)