[emacs] Add lisp-flavored erlang support

This commit is contained in:
Correl Roush 2013-06-17 13:07:20 -04:00
parent 32297efa0b
commit c69b60408f

View file

@ -48,6 +48,12 @@
(color-theme-ld-dark)
(color-theme-ld-dark))
;; Lisp-Flavored Erlang
(add-to-list
'load-path
(car (file-expand-wildcards "/usr/lib/erlang/lib/lfe-*/emacs")))
(require 'lfe-start 'nil 'noerror)
;; Projmake
(defun projmake-mode-hook ()
(projmake-mode)