mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
12 lines
340 B
Text
12 lines
340 B
Text
===================================================
|
|
|
|
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))
|
|
|
|
===================================================
|