[emacs] Improve erlang configuration

This commit is contained in:
Correl Roush 2015-04-29 21:22:58 -04:00
parent 7762fb8c47
commit 4e83759124

View file

@ -528,10 +528,12 @@ Communicates with the clojure REPL.
:mode "\\.hy$")
#+END_SRC
** Erlang
A distributed, fault-tolerant functional language.
#+name: programming
#+BEGIN_SRC emacs-lisp
(use-package erlang
:ensure t
:mode ("\.[eh]rl$" . erlang-mode)
:config (add-hook 'erlang-mode-hook
(lambda ()
(setq inferior-erlang-machine-options '("-sname" "emacs"