Commit Graph

30 Commits

Author SHA1 Message Date
Perry Smith
db837da019
Slightly better suggestion of how to set load-path (#2888) 2022-12-31 13:28:53 +01:00
yewton
000af7c080 Add an instruction how to shallow clone El-Get 2018-01-25 21:27:14 -05:00
Adam Spiers
2a74721d05 fix 'developper' typo
'developer' is the correct spelling.
2015-11-17 16:15:54 +00:00
tarao
01d2591982 Now with-eval-after-load-feature can be installed more easily. 2015-01-09 12:45:30 +00:00
tarao
05605bd0d2 About multiple calls to el-get-bundle with initialization code. 2015-01-06 01:12:15 +00:00
tarao
b4ee5553af Example based explanation. 2014-12-13 02:12:06 +00:00
tarao
45a8626a0c About el-get-bundle macro. 2014-12-08 09:49:13 +09:00
Phil Hagelberg
55c1163bbf
Document el-get-allow-insecure in manual. 2014-08-12 20:15:21 -07:00
Rafael Laboissiere
9796773a8a Fix typo in documentation 2014-04-30 16:56:26 +02:00
Rüdiger Sonderfeld
8b818dafb8 Info manual: Document `test-recipe.sh'.
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2014-01-19 16:20:44 +01:00
Dimitri Fontaine
7d1efbf37a Update some contributors information. 2014-01-11 17:54:18 +01:00
Dimitri Fontaine
bfffd553f4 Move to version 5.1, rolling stable release. 2014-01-11 17:48:33 +01:00
Doug MacEachern
e0c220e6fc Add method to install go packages
Several go related tools can be used within emacs, such as:
gocode, godef, goimports, golint, goflymake, etc.

The el-get-go method lets the 'go get' command take care of
downloading and building such tools.  The main advantage is letting
go get take care of resolving dependecies and building the binary,
rather than wedging into the :build property.
2013-12-27 15:06:19 -08:00
Rüdiger Sonderfeld
c305a0e927 If :builtin matches do not execute :build/:info.
Currently :build/:info properties are executed even if a package is
builtin.  This however is due to fail because the normal method is
being replaced.

Therefore if :type is 'builtin *and* the recipe has a :builtin
property neither :build nor :info are executed.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-05-15 14:56:20 +02:00
Dimitri Fontaine
8b5aa9e839 Merge pull request #1203 from rrthomas/master
Clarify use of el-get-recipe path.
2013-05-02 15:01:57 -07:00
Reuben Thomas
99d602ae90 Add a note about not storing el-get tree in git.
In particular, say how to avoid this if your ~/.emacs.d is (in) a git
repo.
2013-04-30 16:19:49 +01:00
Dimitri Fontaine
1b51b80877 Proper typo fix in the docs. 2013-04-26 17:56:28 +02:00
Reuben Thomas
b2e3794afa Make el-get-recipe-path non-customizable, and explain how to use it (issue #1164) 2013-04-21 17:23:08 +01:00
Rüdiger Sonderfeld
ca239fcfa6 Only accept strings for :builtin.
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2013-03-01 18:09:35 +01:00
Takafumi Arakaki
15bd4cfa61 Add recipe checker command and script
* Add el-get-check-recipe command
* Add a script test/check-recipe.el
* Mention recipe checker in the document
* Add warnings to el-get-check-recipe
* Use @command instead of @code
* make el-get.info
* Use more expressive name than el-get-check-recipe-1
2013-01-05 11:56:49 +09:00
Dimitri Fontaine
d54ff7143f Add the `el-get-sources' docstring to the Info documentation, fixing #983. 2012-12-14 23:56:54 +01:00
Daniel Szmulewicz
cf56a1f956 Rephrased documentation 2012-10-01 08:15:24 +02:00
Daniel Szmulewicz
2f14dc2538 moved documentation for 'el-get-cleanup from README.md to the info file 2012-09-30 23:53:18 +02:00
Dimitri Fontaine
6901194130 update credits with latest git figures 2012-08-28 12:15:06 +02:00
Dimitri Fontaine
8e68e637de Add a note in the docs about not editing package files, fixes #779. 2012-07-30 19:33:55 +02:00
Dimitri Fontaine
4b85baa9a1 Remove el-get 'wait that's been broken for a long time already, fixes #758.
The use case for el-get 'wait is very thin (setup file only), and fixing it
would be hard enough that we're not going to work on it. If you want to wait
until the packages are installed, just use 'sync.

One reason why fixing that situation is not easy is that some error cases
that happen at install time are not catched by El-Get code, so there's no
place where to set the package status as "failed" or something equivalent.
We wouls still have some "required" packages left, and if we don't count
them in the progress information we hang up completely.

This commit also refresh the test/README content to cope with the recent
status.old backup file, and in passing reformat the file as Markdown.
2012-07-30 19:22:30 +02:00
Dimitri Fontaine
4d639eb73e Add a section about upgrading in the README (fixes #722), colorize some elisp, review contributors section in the info file. 2012-07-30 18:29:49 +02:00
Dimitri Fontaine
6c4103f935 Some more documentation work (Authoring recipes, licence) 2012-07-23 20:51:01 +02:00
Dimitri Fontaine
5be539f6a7 Add some more commands. 2012-07-23 20:27:13 +02:00
Dimitri Fontaine
0570f7a605 First step into providing a proper manual for el-get. 2012-07-18 19:43:50 +02:00