This is a copy of Dimitri Fontaine’s el-get emacs pacakge management system. The purpose of this fork is to point at a stable version that I can use in my 'production' emacs environment. For more details, see the original documentation at https://github.com/dimitri .
;; copy/paste this code into your scratch buffer, ;; hit C-j, and you have a working el-get. (url-retrieve "https://github.com/mmarcus/el-get/raw/master/el-get-install.el" (lambda (s) (end-of-buffer) (eval-print-last-sexp)))