Skip to content

Instantly share code, notes, and snippets.

@jalvarezsamayoa
Created August 18, 2012 18:34
Show Gist options
  • Save jalvarezsamayoa/3388924 to your computer and use it in GitHub Desktop.
Save jalvarezsamayoa/3388924 to your computer and use it in GitHub Desktop.
Emacs init.el for puppet
(add-to-list 'load-path "~/.emacs.d/")
(add-to-list 'load-path "~/.emacs.d/puppet-mode")
(autoload 'puppet-mode "puppet-mode.el"
"Major mode for editing puppet files." t)
(add-to-list 'auto-mode-alist '("[.]pp$" . puppet-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment