mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
15 lines
277 B
Plaintext
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
|
|
}
|
|
]
|