My Emacs Config

Posted: August 1st, 2008 | Author: kevin | Filed under: Erlang | View Comments

The popularity of my “Configuring Emacs for Erlang” screencast seems to have long legs. With the new Ogg version I’ve passed 1000 downloads since I first put it online a few months ago.

To keep the Erlang and Emacs love flowing I’ve checked in the Emacs config I use to my Github repo. This is mostly the same config built in the screencast. If you liked what you saw but don’t want to fiddle with doing it yourself you can git clone the files from my repo: git://github.com/kevsmith/hypotheticalabs.git.

You can browse the files here if you’re curious and don’t want to commit to a checkout :)


  • I use some parts of your config in my article about development using Emacs (currently it is in Russian, but some time later it will translated to English).
    In eflymake script it's better to use following construct for first line of script:

    #!/usr/bin/env escript

    this will make script independent from place where erlang is installed (i have different systems with different places where erlang is installed)
blog comments powered by Disqus