Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created November 19, 2013 16:02
Show Gist options
  • Save 1ambda/7547672 to your computer and use it in GitHub Desktop.
Save 1ambda/7547672 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 'noerror)
(with-current-buffer
(url-retrieve-synchronously
"https://raw.github.com/dimitri/el-get/master/el-get-install.el")
(let (el-get-master-branch)
(goto-char (point-max))
(eval-print-last-sexp))))
(el-get 'sync)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment