aboutsummaryrefslogtreecommitdiff
path: root/www/apache-mode.el
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:09 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:25:09 +0000
commita400cfc5f46c03a0cf81282b9da421effa2e6575 (patch)
tree52d5682fe0ddfd9719ad88509dd106971d37a538 /www/apache-mode.el
parentdd7978499be0f1c0244638e237b7d72774f06919 (diff)
downloadports-a400cfc5f46c03a0cf81282b9da421effa2e6575.tar.gz
ports-a400cfc5f46c03a0cf81282b9da421effa2e6575.zip
Convert to UCL & cleanup pkg-message (categories w)
Notes
Notes: svn path=/head/; revision=508913
Diffstat (limited to 'www/apache-mode.el')
-rw-r--r--www/apache-mode.el/pkg-message11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/apache-mode.el/pkg-message b/www/apache-mode.el/pkg-message
index acb8b4e2e166..521de74184fc 100644
--- a/www/apache-mode.el/pkg-message
+++ b/www/apache-mode.el/pkg-message
@@ -1,6 +1,6 @@
-
-===================================================================
-
+[
+{ type: install
+ message: <<EOM
Put this in your .emacs file to enable autoloading of apache-mode,
and auto-recognition of Apache configs:
@@ -11,5 +11,6 @@ and auto-recognition of Apache configs:
(add-to-list 'auto-mode-alist '("access\\.conf\\'" . apache-mode))
(add-to-list 'auto-mode-alist
'("sites-\\(available\\|enabled\\)/" . apache-mode))
-
-===================================================================
+EOM
+}
+]