aboutsummaryrefslogtreecommitdiff
path: root/textproc/markdown-mode.el
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:41 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:41 +0000
commit153fb8d6f62207ff017855dafedd01ce3b7b3482 (patch)
tree628e6252c14adbb33ed389796357d5f91d7c0437 /textproc/markdown-mode.el
parentbc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (diff)
downloadports-153fb8d6f62207ff017855dafedd01ce3b7b3482.tar.gz
ports-153fb8d6f62207ff017855dafedd01ce3b7b3482.zip
Convert to UCL & cleanup pkg-message (categories [t-u])
Notes
Notes: svn path=/head/; revision=508910
Diffstat (limited to 'textproc/markdown-mode.el')
-rw-r--r--textproc/markdown-mode.el/pkg-message10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/markdown-mode.el/pkg-message b/textproc/markdown-mode.el/pkg-message
index a8330d28466f..c8314e404226 100644
--- a/textproc/markdown-mode.el/pkg-message
+++ b/textproc/markdown-mode.el/pkg-message
@@ -1,5 +1,6 @@
-========================================================================
-
+[
+{ 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.
@@ -8,5 +9,6 @@ your ~/.emacs replacing "text" with your preferred markdown extension.
(setq auto-mode-alist
(cons '("\\.text" . markdown-mode) auto-mode-alist))
-
-========================================================================
+EOM
+}
+]