Add module path to emacs config, include haml and slim modes.
This commit is contained in:
parent
bdc367e767
commit
05f8520a72
3 changed files with 1354 additions and 0 deletions
4
emacs
4
emacs
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue