Skip to content

Instantly share code, notes, and snippets.

@perusio
Created July 17, 2011 19:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perusio/1087950 to your computer and use it in GitHub Desktop.
Save perusio/1087950 to your computer and use it in GitHub Desktop.
Adding ronn to the emacs auto-mode-alist for enabling markdown-mode as the major-mode
;;; This is to enable ronn files https://github.com/rtomayko/ronn to be treated as markdown files.
(add-to-list 'auto-mode-alist '("\\.ronn$" . markdown-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment