Skip to content

Instantly share code, notes, and snippets.

@intinig
Created July 11, 2011 15:13
Show Gist options
  • Save intinig/1076057 to your computer and use it in GitHub Desktop.
Save intinig/1076057 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))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment