Skip to content

Commit

Permalink
Add markdown-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed Jan 21, 2014
1 parent 1f18503 commit 203a3d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,469 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -91,3 +91,6 @@
[submodule "gherkin-mode"]
path = gherkin-mode
url = git@github.com:candera/gherkin-mode.git
[submodule "markdown-mode"]
path = markdown-mode
url = http://jblevins.org/git/markdown-mode.git
1 change: 1 addition & 0 deletions init.el
Expand Up @@ -932,6 +932,7 @@ if the major mode is one of 'delete-trailing-whitespace-modes'"
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(add-to-list 'load-path (expand-file-name "~/.emacs.d/custom/markdown-mode"))
(autoload 'markdown-mode "markdown-mode.el"
"Major mode for editing Markdown files" t)
(setq auto-mode-alist
Expand Down
1 change: 1 addition & 0 deletions markdown-mode
Submodule markdown-mode added at b431f2

0 comments on commit 203a3d4

Please sign in to comment.