Commit Graph

722 Commits

Author SHA1 Message Date
Dimitri Fontaine
59438b5402 Fix el-get-install.el to care about the load-path.
With this commit, el-get now reliably bootstrap from your setup.
2011-05-03 20:45:43 +02:00
Dimitri Fontaine
9b69b5137f Adapt the geiser build instructions to better cope with osx. 2011-04-27 21:18:36 +02:00
Alex Ott
45d8de3dbc Merged pull request #211 from antonj/master.
scss-mode recipe
2011-04-26 07:31:22 -07:00
Sergey Nikulov
bca2a37f10 fixed magit.el recipe with correct link
Signed-off-by: Alex Ott <alexott@gmail.com>
2011-04-26 16:29:38 +02:00
antonj
51271992ed Added scss-mode recipe 2011-04-21 23:48:41 +02:00
antonj
ea46d688c3 Unnecessary git svn dependency for autopair recipe, changed type to http. 2011-04-21 13:38:47 +02:00
Sergei Lebedev
f1ac82abcf Changed multi-term to use :type emacswiki 2011-04-20 00:40:50 +04:00
Sergei Lebedev
909534c1d6 Updated nav recipe, which switched to Mercurial 2011-04-17 21:29:01 +04:00
Dimitri Fontaine
8e028fcb14 Merge branch 'master' of github.com:dimitri/el-get 2011-04-13 20:31:07 +02:00
Dimitri Fontaine
9559d17901 Add recipe for nsis-mode 2011-04-13 20:30:07 +02:00
Mat Marcus
180d7ced22 Build bbdb-wl when bbdb is available 2011-04-09 03:18:08 +08:00
Damien Cassou
97ddb9a149 Removes useless function el-get-darcs-executable 2011-04-05 15:09:09 +02:00
Damien Cassou
675fcbf953 Adds reftex recipe 2011-04-05 15:02:18 +02:00
zed
0d2128c4cc fix broken link to the +bzr+ support patch 2011-04-04 20:18:08 -07:00
Dimitri Fontaine
b24e0d9518 new recipe for highlight-indentation 2011-04-04 17:48:25 +02:00
Dimitri Fontaine
c58f437fb3 Add new recipe babel.el 2011-04-02 20:24:55 +02:00
Dimitri Fontaine
11e53a8633 Add color-theme-solarized recipe. 2011-04-02 16:07:14 +02:00
Dimitri Fontaine
17430a9d45 Add recipe for wwtime 2011-04-01 09:49:40 +02:00
Dimitri Fontaine
8916a823c6 Add recipes for dbgr and its dependencies. 2011-03-31 11:24:52 +02:00
Dimitri Fontaine
9ce6d434cb Merge branch 'master' of github.com:dimitri/el-get 2011-03-28 12:44:15 +02:00
Dimitri Fontaine
4c853d39d6 Default to stop byte-compiling packages at init time, that's now a power-user option. 2011-03-28 12:43:48 +02:00
Dimitri Fontaine
f88281518a Fix previous bound-and-true-p fix... 2011-03-28 00:28:39 +02:00
Dimitri Fontaine
022e3c41aa Added kpm-list recipe
Conflicts:

	recipes/kpm-list.el
2011-03-27 21:37:35 +02:00
Dimitri Fontaine
c813f27319 Merge branch 'master' of github.com:dimitri/el-get 2011-03-27 21:20:15 +02:00
Dimitri Fontaine
f4ff01628e Bugfix: stop using file-exists-p on a potentially nil input. 2011-03-27 21:19:34 +02:00
Dave Abrahams
08f08fae8a Add recipe for wl-gravatar 2011-03-25 12:04:46 -04:00
Dave Abrahams
15177ea446 Fix representation of build type 2011-03-24 20:42:24 -04:00
Dimitri Fontaine
fea1fe8c06 Merge branch 'master' of github.com:dimitri/el-get 2011-03-22 20:36:22 +01:00
Dimitri Fontaine
8522b879aa Fix when building info happens in el-get-build, per gripe from mmarcus. 2011-03-22 20:36:04 +01:00
Sёmka Novikov
a232c955bb GnuGo & imaxima recipes 2011-03-23 03:20:58 +08:00
Dimitri Fontaine
ed80cf6043 recipe for qmake-mode 2011-03-22 19:16:46 +01:00
Pásztor János
28134dd859 Remove the autoload from all color-themes. It is annoying if you try to get all of them, you will get a flashing start. 2011-03-21 12:01:16 +01:00
Julien Danjou
2cc3f8dd9b org-contacts: remove, part of org
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-03-18 18:06:09 +01:00
Dimitri Fontaine
a37308bf01 Typo fix in el-get-install.el 2011-03-18 09:46:56 +01:00
Dimitri Fontaine
b2db7cdc1d Edit changelog. 2011-03-16 22:31:00 +01:00
Dimitri Fontaine
1040a60c46 Assorted long-line fixes. 2011-03-16 22:29:53 +01:00
Dimitri Fontaine
3958972fbd package24.el should use :post-init, not :after. 2011-03-16 22:29:38 +01:00
Dimitri Fontaine
438cedb3d8 Little code cleanup (use mapc rather than mapcar). 2011-03-16 22:24:13 +01:00
Dimitri Fontaine
439630ce32 Rework of el-get byte compiling internals.
The Emacs -Q subprocess should not depend on a proper el-get setup to be
able to byte compile a package, this patch allows to get there.
2011-03-16 22:23:30 +01:00
Dimitri Fontaine
2390751240 Implement the command el-get-find-recipe-file, and rework the internal recipe API. 2011-03-16 22:21:52 +01:00
Dimitri Fontaine
d80df2ffb1 Add support for :repo parameter for ELPA packages, and a package24.el recipe. 2011-03-16 22:16:05 +01:00
Dimitri Fontaine
39369f34c6 Add el-get-git-install-url for the installer, and switch default from git:// to http:// 2011-03-16 22:11:07 +01:00
Dimitri Fontaine
512b0aacb3 Whitespace cleaning (README) 2011-03-16 22:10:24 +01:00
Julien Danjou
c46e224beb Add load-path before compile and autoloads
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-03-15 14:02:18 +01:00
Jonathan Marchand
e7244b3176 notmuch recipe 2011-03-15 03:42:55 +08:00
Nodir Gulyamov
2465cef4dc Fixed the following recipes for building in windows (requires cygwin bin in PATH):
- cedet.el
  - dvc.el
  - emacs-w3m.el
  - geiser.el
2011-03-15 03:41:31 +08:00
Mat Marcus
92aeaa19be update nxhtml recipe to run nxhtmlmaint-start-byte-compile for compilation 2011-03-15 03:35:06 +08:00
Dimitri Fontaine
ffe478b1d8 recipe for bbdb-vcard, thanks to cbbrowne 2011-03-14 20:29:35 +01:00
Dimitri Fontaine
114fadb203 * recipes/pkgbuild-mode.el: improved version (striped down post-init) 2011-03-12 13:21:47 +01:00
Dimitri Fontaine
6ea013f02e Merge branch 'master' of github.com:dimitri/el-get 2011-03-11 18:36:12 +01:00