Skip to content

Instantly share code, notes, and snippets.

@ihodes
Created August 22, 2013 21:39
Show Gist options
  • Save ihodes/6313149 to your computer and use it in GitHub Desktop.
Save ihodes/6313149 to your computer and use it in GitHub Desktop.
(defvar packages
'(gist clojure-mode coffee-mode auctex
haml-mode haskell-mode inf-ruby
magit magithub markdown-mode paredit python
sass-mode rainbow-mode scss-mode
yaml-mode undo-tree)
"Packages that should always be installed.")
(dolist (p packages)
(when (not (package-installed-p p))
(package-install p)))
(provide 'ensure-packages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment