summaryrefslogtreecommitdiff
path: root/debian/puppet-el.emacsen-startup
blob: 4ca24a2e17ad6814c712a15512c98f1c96de4211 (plain)
1
2
3
4
5
6
7
8
9
;; -*-emacs-lisp-*-
;;
;; Emacs startup file for the Debian GNU/Linux puppet-el package

(autoload 'puppet-mode "puppet-mode" "Major mode for editing puppet manifests")

(add-to-list 'auto-mode-alist '("\\.pp\\'" . puppet-mode))