summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
index 6a83e601b026..fb4a5cba03e8 100644
--- a/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
+++ b/app-emacs/markdown-mode/files/50markdown-mode-gentoo.el
@@ -1,3 +1,5 @@
(add-to-list 'load-path "@SITELISP@")
(autoload 'markdown-mode "markdown-mode"
"Major mode for editing Markdown files" t)
+(add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode))
+(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))