1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/sysutils/puppet-mode.el/pkg-message
2019-08-14 12:16:12 +00:00

15 lines
277 B
Plaintext

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