freebsd-ports/sysutils/puppet-mode.el/pkg-message
2019-08-14 12:16:12 +00:00

14 lines
277 B
Text

[
{ 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
}
]