Skip to content

Instantly share code, notes, and snippets.

@intuxicated
Created April 26, 2014 17:21
Show Gist options
  • Save intuxicated/11325728 to your computer and use it in GitHub Desktop.
Save intuxicated/11325728 to your computer and use it in GitHub Desktop.
(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
(unless (require 'el-get nil t)
(url-retrieve
"https://github.com/dimitri/el-get/raw/master/el-get-install.el"
(lambda (s)
(end-of-buffer)
(eval-print-last-sexp))))
(add-to-list 'el-get-recipe-path "~/.emacs.d/el-get-user/recipes")
(setq my:el-get-packages
'(projectile
ido-ubiquitous
))
(el-get 'sync my:el-get-packages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment