Manage the external elisp bits and pieces upon which you depend!
Go to file
Alexey Voinov 8beea36471 Implement support for synchronous commands.
(el-get 'sync) will now install packages one after the other and any failure
will abort all the installation process. (el-get 'wait) allows to get the
previous behavior where control is not given back until all packages have
been installed (or failed to), but the install commands are run in parallel.

A new global variable `el-get-default-process-sync' allows to control the
behavior, and the `el-get-start-process-list' function now has a :sync
property.

Thanks for Alexey Voinov who implemented the feature.
2010-11-12 22:04:42 +01:00
recipes Add emacs-goodies-el, the debian package's CVS, for refugies. 2010-11-09 16:36:36 +01:00
.gitignore ignore .elc files 2010-09-26 13:33:29 +02:00
el-get-install.el Error out early if we can't executable-find "git". 2010-10-11 09:30:02 +02:00
el-get.el Implement support for synchronous commands. 2010-11-12 22:04:42 +01:00
README.asciidoc Error out early if we can't executable-find "git". 2010-10-11 09:30:02 +02:00