Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save creamidea/7382428 to your computer and use it in GitHub Desktop.
Save creamidea/7382428 to your computer and use it in GitHub Desktop.

https://github.com/mustache/emacs

In your shell:

cd ~/.emacs.d/vendor
curl -O https://github.com/mustache/emacs/raw/master/mustache-mode.el

In your Emacs config:

(add-to-list 'load-path "~/.emacs.d/vendor/mustache-mode.el")
(require 'mustache-mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment