Skip to content

Instantly share code, notes, and snippets.

@s-amemiya
Created March 27, 2012 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save s-amemiya/2212299 to your computer and use it in GitHub Desktop.
Save s-amemiya/2212299 to your computer and use it in GitHub Desktop.
init.el for markdown-mode
(add-to-list 'load-path "~/.emacs.d/vendor/github/markdown-mode")
(autoload 'markdown-mode "markdown-mode.el" "Major mode for editing Markdown files" t)
(setq auto-mode-alist (cons '("\\.text" . markdown-mode) auto-mode-alist))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment