Manage the external elisp bits and pieces upon which you depend!
Go to file
Lee Jong Gyu de064a1368 Add Package Menu
* Implement 'el-get-list-packages'
(defun el-get-list-packages ()
  "Display a list of packages."

* Implement 'el-get-package-menu-sort-by-column'
Sort the package menu by the last column clicked on.
2011-07-28 13:15:09 +09:00
recipes Merge branch 'master' of https://github.com/dimitri/el-get 2011-07-28 10:20:32 +09:00
test Make sure we can check for el-get being compiled even before it's been loaded. Catch errors during our wait for completion. Reorder waiting to make sure the process gets kicked off. 2011-03-02 16:49:02 -05:00
.gitignore Implement fetching the elisp script list from emacswiki and maintaining a 2011-02-22 15:09:59 +01:00
el-get-install.el Fix el-get-install.el to care about the load-path. 2011-05-03 20:45:43 +02:00
el-get.el Add Package Menu 2011-07-28 13:15:09 +09:00
README.asciidoc Simplify a (loop …) usage in the docs, per Ted. 2011-06-29 10:39:11 +02:00