Currently I personally use Emacs for programming in Erlang. There is an Erlang editing mode in Emacs. Well, I can help you to install Emacs and set Erlang mode in Emacs. So, let’s do it!
Install Emacs
Run commands below to install Emacs:
1 2 |
|
Set Erlang Mode in Emacs
To set Erlang mode in Emacs add the following codes to file ~/.emacs:
1 2 3 4 5 |
|
So far so good, hope the article could helped you. see ya! :)