Patching the erlang.el mode
Let's have emacs to compile in ebin directory
When you use Emacs to develop erlang code, if you follow the standard convention, an annoying thing of the emacs mode is that it compiles the erlang source in the same directory.
Usually you have a src directory where you put sources, but you expect that the compiled code (the .beam) goes in the ebin directory. So you should compile in ../ebin, usually
Usually you have a src directory where you put sources, but you expect that the compiled code (the .beam) goes in the ebin directory. So you should compile in ../ebin, usually