blob: 50fedfb455a322823f07dafe62395e02db3d041a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
===================================================
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))
===================================================
|