aboutsummaryrefslogblamecommitdiff
path: root/sysutils/puppet-mode.el/pkg-message
blob: 55ddc94ad95d44955d8c338022aa6ff7d8c70a45 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                







                                                                               


   
[
{ type: install
  message: <<EOM
You should add the following line to your ~/.emacs:

;;
;; Setup puppet-mode for autoloading
;;
(autoload 'puppet-mode "puppet-mode" "Major mode for editing puppet manifests")

(add-to-list 'auto-mode-alist '("\\.pp$" . puppet-mode))
EOM
}
]