Manage the external elisp bits and pieces upon which you depend!
Go to file
Ryan Thompson 1f6c91740c Merge pull request #533 from DarwinAwardWinner/register-method-keywords
Backend changes to el-get install methods and checksums

 * Fixed an omission the docstring of el-get-methods
 * Add functions `el-get-register-derived-method` and `el-get-register-method-alias` and use them as appropriate
 * Add checksum methods to hg and git
 * Add `el-get-self-checksum` as shortcut for `(el-get-checksum 'el-get)` (fixes #524)
 * Rewrite `el-get-register-method` and `el-get-register-derived-method` to use keyword args (fixes #528)
2012-02-12 02:39:56 -08:00
methods Register http-zip with keyword arguments 2012-02-12 02:33:04 -08:00
recipes Merge pull request #547 from tkf/bunch-of-recipes 2012-02-12 01:55:43 -08:00
test Add a some simple bash scripts for easily running tests 2012-02-12 01:23:09 -08:00
.gitignore add jdee 2011-08-16 00:40:58 +08:00
el-get-autoloads.el Autoloads fixes. 2011-09-23 14:06:29 +02:00
el-get-build.el Fix el-get-build always running synchronously 2012-02-11 13:25:09 -08:00
el-get-byte-compile.el Fix file matching when :compile contains regexps. 2012-02-11 06:56:39 +08:00
el-get-core.el Fix el-get-register-derived-method to call el-get-register-method with keywords 2012-02-12 02:29:31 -08:00
el-get-custom.el Merge pull request #507 from DarwinAwardWinner/el-get-custom-group 2012-01-16 12:56:08 -08:00
el-get-dependencies.el Use our new dependencies tracking code at init time too. 2011-09-23 11:39:12 +02:00
el-get-install.el Fix installing the master branch. 2011-12-05 17:35:43 +08:00
el-get-list-packages.el Add missing autoload flags for interactive functions 2011-10-14 16:30:16 +02:00
el-get-methods.el Adding http-zip to the el-get-methods 2012-02-04 23:06:22 -06:00
el-get-notify.el Change default el-get-notify-type to both 2012-01-30 17:58:38 -08:00
el-get-recipes.el Read recipe file in utf8, not literaly. 2011-10-24 10:40:22 +02:00
el-get-status.el Set print-length and print-level to nil. 2012-01-28 02:11:34 +01:00
el-get.el Add el-get-checksum to documentation 2012-02-12 02:29:31 -08:00
README.asciidoc Add el-get-checksum to documentation 2012-02-12 02:29:31 -08:00