mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add init-erlang.el
This commit is contained in:
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
|
Reference in New Issue
Block a user