Skip to content

Instantly share code, notes, and snippets.

@wactbprot
Created March 4, 2013 20:35
Show Gist options
  • Save wactbprot/5085403 to your computer and use it in GitHub Desktop.
Save wactbprot/5085403 to your computer and use it in GitHub Desktop.
install markdown mode 4 emacs
;; wactbprot@alpha60:~> cd .emacs.d
;; wactbprot@alpha60:~> git clone git://jblevins.org/git/markdown-mode.git
;; in ~/.emacs say:
(add-to-list 'load-path "~/.emacs.d/markdown-mode")
(autoload 'markdown-mode "markdown-mode"
"Major mode for editing Markdown files" t)
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment