Add init-erlang.el
This commit is contained in:
parent
8e7cd74e07
commit
5d1fdfaa73
1 changed files with 14 additions and 0 deletions
14
init/init-erlang.el
Normal file
14
init/init-erlang.el
Normal file
|
@ -0,0 +1,14 @@
|
|||
(use-package erlang-start
|
||||
:mode (("\\.erl?$" . erlang-mode)
|
||||
("\\.hrl?$" . erlang-mode))
|
||||
:config
|
||||
(progn
|
||||
(setq erlang-root-dir "/opt/local/lib/erlang")
|
||||
(setq erlang-man-root-dir "/opt/local/lib/erlang/man")
|
||||
(add-to-list 'exec-path "/opt/local/lib/erlang/bin")))
|
||||
|
||||
;; TODO Install distel
|
||||
;; TODO Esense?
|
||||
|
||||
(provide 'init-erlang)
|
||||
;;; init-erlang.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue