summaryrefslogtreecommitdiff
path: root/lang/python-mode.el/pkg-message
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
commit558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch)
treef8fffd0a880e3bf796b0afc8c07cde885792a226 /lang/python-mode.el/pkg-message
parentremove strange prop. (diff)
onvert to UCL & cleanup pkg-message (categories l-m)
Notes
Notes: svn path=/head/; revision=508882
Diffstat (limited to 'lang/python-mode.el/pkg-message')
-rw-r--r--lang/python-mode.el/pkg-message6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python-mode.el/pkg-message b/lang/python-mode.el/pkg-message
index 7b67ccf0509a..38b5b87e9e76 100644
--- a/lang/python-mode.el/pkg-message
+++ b/lang/python-mode.el/pkg-message
@@ -1,4 +1,10 @@
+[
+{ type: install
+ message: <<EOM
To use python-mode in Emacs, add the following lines to your ~/.emacs:
(autoload 'python-mode "python-mode" "Mode for editing Python source files")
(add-to-list 'auto-mode-alist '("\\.py" . python-mode))
+EOM
+}
+]