Commit Graph

34 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
813gan
caf80e20bc
Add troubleshooting section to README.md (#2886)
Co-authored-by: 813 <813gan@protonmail.com>
2022-11-24 20:12:17 +01:00
Alex Ott
4019e0a085
Merge pull request #2800 from vmiheer/patch-1
Add how to use packages from el-get
2021-12-24 11:26:48 +01:00
Alex Ott
983701a560
Merge pull request #2842 from siarie/master
Fix typo
2021-10-31 20:50:50 +01:00
Atlas Cove
813fed09c8
Update README.md
grammar fix
2021-10-26 17:34:14 +01:00
siarie
dd2add928e
Fix typo 2021-08-17 14:58:09 +07:00
Stephan Creutz
ccca97f226 Replace cl by cl-lib
Since Emacs 27 the package cl is deprecated, the replacement is
cl-lib, which is available since Emacs 24.3.

This patch replaces cl by cl-lib and drops support for Emacs versions
less than 24.3. Dropping older Emacsen is required, because cl-lib is
a builtin starting from version 24.3 and doesn't need an extra package
from ELPA.

Testcases for past issues still contain cl. Most of them seem to be
broken and need further investigation.

This patch is tested with test/run-ert.sh, which outputs:

Ran 10 tests, 10 results as expected, 0 unexpected (2021-01-30 13:24:54+0100, 0.672122 sec)
1 expected failures

and manually by daily usage for a month now.
2021-06-13 16:03:08 +02:00
tarao
01b471cf7f Remove Travis CI configurations. 2021-06-13 19:32:57 +09:00
miheer vaidya
e3544f1a13
Add how to use packages from el-get
Reference: https://github.com/dimitri/el-get/issues/2787#issuecomment-752063466
2021-01-18 17:09:21 -07:00
Noam Postavsky
40eb5d85a6 Clarify README.md regarding el-get-bundle and dependencies 2019-06-20 23:14:55 -04:00
The Gitter Badger
bbeda76e62 Add Gitter badge 2016-01-20 20:59:16 +00:00
Noam Postavsky
e3278c959b Add warning about missing TLS support 2015-10-15 16:52:25 -04:00
Noam Postavsky
eca2bcb8e7 README.md: note possible gotcha with el-get-bundle 2015-08-18 21:44:03 -04:00
INA Lintaro
175a5f378c Merge pull request #1976 from tarao/bundle
Merging bundle-el into el-get
2015-01-06 10:47:11 +09:00
tarao
4b4289054d A brief usage of el-get-bundle macro. 2014-12-08 09:50:07 +09:00
Noam Postavsky
8a6bf9fc32 README.md: instructions for melpa install 2014-11-29 15:05:06 -05:00
8573
4cc2b23bfd Change two GitHub URLs from HTTP to HTTPS
In `README.md`, change the URL `http://github.com` to use HTTPS; in
`el-get-install.el`, do the same for the URL
`http://github.com/dimitri/el-get.git`.
2014-11-14 19:00:10 -08:00
Noam Postavsky
348c2ce148 Add travis status button to README.md 2014-10-26 13:29:05 -04:00
Mark Storus
9fd16eabc0 add Emacs version requirement to README 2014-09-10 11:51:29 -07:00
Lou, Yufan
a1bb9279c4 Fix the URL to el-get-install.el. 2014-09-06 01:04:43 -04:00
Yuval Langer
39802d238f Minor typo correction 2014-04-05 02:24:33 +03:00
Reuben Thomas
71c9a8d8c7 Add instructions on replicating a configuration
Use Dimitri's code from #1548

Also add a note to the `init-` packages section about existing
packages.
2014-02-12 10:38:46 +00:00
Reuben Thomas
6c9a254d8e Fix a small typo in README.md 2014-02-12 10:38:46 +00:00
Dimitri Fontaine
bfffd553f4 Move to version 5.1, rolling stable release. 2014-01-11 17:48:33 +01: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
Dimitri Fontaine
6f9f14c4b8 Document the install-info installation time dependency for El-Get. 2012-12-12 18:46:13 +01:00
Dimitri Fontaine
23377794fd Fix #921 by updating installation instructions. 2012-10-15 17:43:59 +02:00
Pásztor János
7d75a0c369 Fix the order of the upgrade steps in the example code. 2012-10-05 13:55:31 +02:00
Dimitri Fontaine
fb26826e44 Adding the logo in the main README now. 2012-08-22 13:07:55 +02:00
Dimitri Fontaine
8616c4c974 README proof reading. 2012-08-02 21:19:13 +02:00
Dimitri Fontaine
52147c8483 Switch to lisp as the color-highlight language in the README. 2012-07-30 18:31:50 +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
dd7ae5ea1d README typo fixes. 2012-07-23 22:04:12 +02:00
Dimitri Fontaine
4f3343a5f1 Rewrite README to cross reference the Info docs and as markdown and fix #728. 2012-07-23 21:59:53 +02:00