Skip to content

Instantly share code, notes, and snippets.

View KevinIngolfsland's full-sized avatar

Kevin Ingolfsland KevinIngolfsland

View GitHub Profile
@KevinIngolfsland
KevinIngolfsland / installing-mustache-mode.el.md
Created March 11, 2010 20:49 — forked from defunkt/installing-mustache-mode.el.md
Workaround for loading mustache mode; until mustache-mode.el is fixed at source.

mustache-mode.el

In your shell:

cd ~/.emacs.d/vendor
wget http://github.com/defunkt/mustache/raw/master/contrib/mustache-mode.el

In your Emacs config:

(add-to-list 'load-path "~/.emacs.d/vendor/mustache-mode.el")