From c69b60408f3867af60fd074d50cc8b5112f28065 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Mon, 17 Jun 2013 13:07:20 -0400 Subject: [PATCH] [emacs] Add lisp-flavored erlang support --- .emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d36fb2d..2162c58 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)