Created
July 17, 2011 19:13
-
-
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; 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