Skip to content
/ el-get Public
forked from dimitri/el-get

Manage the external elisp bits and pieces you depend upon

Notifications You must be signed in to change notification settings

mmarcus/el-get

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

el-get

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 .

How to Install this version

;; 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)))

About

Manage the external elisp bits and pieces you depend upon

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 100.0%