summaryrefslogtreecommitdiff
path: root/sysutils/puppet-mode.el/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/puppet-mode.el/pkg-message')
-rw-r--r--sysutils/puppet-mode.el/pkg-message10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/puppet-mode.el/pkg-message b/sysutils/puppet-mode.el/pkg-message
index 50fedfb455a3..55ddc94ad95d 100644
--- a/sysutils/puppet-mode.el/pkg-message
+++ b/sysutils/puppet-mode.el/pkg-message
@@ -1,5 +1,6 @@
-===================================================
-
+[
+{ type: install
+ message: <<EOM
You should add the following line to your ~/.emacs:
;;
@@ -8,5 +9,6 @@ You should add the following line to your ~/.emacs:
(autoload 'puppet-mode "puppet-mode" "Major mode for editing puppet manifests")
(add-to-list 'auto-mode-alist '("\\.pp$" . puppet-mode))
-
-===================================================
+EOM
+}
+]