aboutsummaryrefslogtreecommitdiff
path: root/textproc/markdown-mode.el/pkg-message
blob: c8314e4042261841d82d6bbce7deb4d380570d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
{ type: install
  message: <<EOM
To use markdown-mode in Emacs/XEmacs, add the following lines to
your ~/.emacs replacing "text" with your preferred markdown extension.

(autoload 'markdown-mode "markdown-mode.el"
  "Major mode for editing Markdown files" t)

(setq auto-mode-alist
  (cons '("\\.text" . markdown-mode) auto-mode-alist))
EOM
}
]