mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[emacs] Add lisp-flavored erlang support
This commit is contained in:
parent
32297efa0b
commit
c69b60408f
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue