summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2011-09-15 16:44:15 +0000
committerNaohiro Aota <naota@gentoo.org>2011-09-15 16:44:15 +0000
commit014434d3cac80715f90cb9482356541833aab0a3 (patch)
tree413cfba9a11dbdc0000c2d470dc54cf986e99202 /app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
parentDrop gas patch since upstream worked around it in a different way (by updatin... (diff)
downloadhistorical-014434d3cac80715f90cb9482356541833aab0a3.tar.gz
historical-014434d3cac80715f90cb9482356541833aab0a3.tar.bz2
historical-014434d3cac80715f90cb9482356541833aab0a3.zip
New package app-emacs/markdown-mode
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'app-emacs/markdown-mode/files/50markdown-mode-gentoo.el')
-rw-r--r--app-emacs/markdown-mode/files/50markdown-mode-gentoo.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el b/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
new file mode 100644
index 000000000000..a5303002223f
--- /dev/null
+++ b/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'markdown-mode "markdown-mode.el" "Major mode for editing Markdown files" t)