diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-30 14:47:15 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-30 14:47:15 +0000 |
commit | a6061aed8cdf0dd9cc34a784f15812d687732380 (patch) | |
tree | 00841260f725a0273a7c94a05eb1b3a009a27dba /textproc/Makefile | |
parent | 577be98a0c21c20f51c070adce984ae6d7e281a0 (diff) |
Add markdown-mode.el: an Emacs major mode for editing Markdown-formatted
text files.
Notes
Notes:
svn path=/head/; revision=280766
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e4a51791332b..970f2062f27b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -412,6 +412,7 @@ SUBDIR += man2html SUBDIR += manued.el SUBDIR += markdown + SUBDIR += markdown-mode.el SUBDIR += mathml-xsd SUBDIR += mdocml SUBDIR += meld |