Commit Graph

2015 Commits

Author SHA1 Message Date
Rüdiger Sonderfeld
410c13dd8e recipes/swank-js: Use official repo instead of outdated one.
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2012-09-11 13:39:15 +02:00
Rüdiger Sonderfeld
e1e0ebb419 recipes/swank-js: Recipe broken: swank-js.el is now slime-js.el
The package does not contain a swank-js.el and the Emacs lisp part is
in slime-js.el.  But the package should not be loaded by el-get but
instead by using `slime-setup'.  That's why the :features should be
nil.  I do not know if there is a way to add swank-js to the
`slime-setup-contribs' without modifying the slime setup.

With the current configuration swank-js can be loaded with the
following entries in `el-get-sources':

    (:name swank-js
           :after (progn (add-to-list 'slime-setup-contribs 'slime-js)))

    (:name slime
           :after (progn
                    (setq slime-setup-contribs
                          (append slime-setup-contribs
                                  '(slime-banner slime-references slime-fancy)))
                    (slime-setup slime-setup-contribs)))

This is certainly not the best way to do it and it requires that
swank-js does *not* depend on slime.

I also removed :website because it is no longer needed by the github
recipe type.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2012-09-11 12:49:37 +02:00
Dimitri Fontaine
0d690186c0 Merge pull request #867 from ruediger/js2r
recipes: js2-refactor.el
2012-09-03 05:19:07 -07:00
Rüdiger Sonderfeld
95211e7819 recipes: js2-refactor.el
https://github.com/magnars/js2-refactor.el

The beginnings of a JavaScript refactoring library in emacs. This is a
collection of small refactoring functions to further the idea of a
JavaScript IDE in Emacs that started with js2-mode.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2012-09-03 14:12:26 +02:00
Dimitri Fontaine
a131c94cc3 Fix adoc-mode recipe to use the github repository and add the markup-faces dependency. 2012-09-03 11:22:41 +02:00
Dimitri Fontaine
4aa6417c54 Merge pull request #864 from renard/magit-view-file
Add magit-view-file.
2012-08-31 13:27:37 -07:00
Sébastien Gross
f8330c93c1 Add magit-view-file.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-31 22:18:54 +02:00
Dimitri Fontaine
99386c3add Merge pull request #858 from renard/magit-identities
Add magit-identities.
2012-08-31 00:24:44 -07:00
Sébastien Gross
994576f3db Add magit dependency to magit-identities.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-30 23:16:15 +02:00
Sébastien Gross
ddaef93616 Add magit-identities.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-30 23:14:18 +02:00
Dimitri Fontaine
91acd7048a Merge pull request #842 from tkf/update-gist-rcp
Update gist.rcp
2012-08-30 13:43:57 -07:00
Dimitri Fontaine
a90e32d4d9 Merge pull request #856 from DamienCassou/auctex-and-reftex-without-shell-interpolation
Auctex and reftex without shell interpolation
2012-08-30 13:42:06 -07:00
Damien Cassou
317ed6d36e reftex recipe now uses a list for :build
Signed-off-by: Damien Cassou <damien.cassou@gmail.com>
2012-08-30 18:32:19 +02:00
Damien Cassou
866a9c20ce auctex recipe now uses a list for :build
Signed-off-by: Damien Cassou <damien.cassou@gmail.com>
2012-08-30 18:32:17 +02:00
Dimitri Fontaine
000da94199 Merge pull request #855 from qdot/master
Change auto-complete recipe to use organization repo
2012-08-29 13:11:27 -07:00
Dimitri Fontaine
bd93d7acb0 Merge pull request #854 from kennknowles/update-ProofGeneral
Use ProofGeneral-4.2pre120814.tgz (fixes compilation error in PG)
2012-08-29 12:59:49 -07:00
Dimitri Fontaine
234b76cc58 Merge pull request #852 from ruediger/langtool
new recipe: langtool
2012-08-29 12:23:50 -07:00
Kyle Machulis
6ed82d948b Update auto-complete/fuzzy/popup to auto-complete organization github 2012-08-29 11:28:02 -07:00
Kenn Knowles
65c4ba3478 Use ProofGeneral-4.2pre120814.tgz (fixes compilation error in ProofGeneral) 2012-08-29 11:28:34 -04:00
Rüdiger Sonderfeld
edd2df1389 recipes/langtool.rcp: removed unnecessary parameters.
Thanks to Takafumi Arakaki.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2012-08-29 13:07:56 +02:00
Rüdiger Sonderfeld
1274c590bb new recipe: langtool 2012-08-29 12:48:02 +02:00
Julien Danjou
223a8b3843 Merge pull request #851 from renard/unicode-fonts
Unicode fonts
2012-08-29 03:09:33 -07:00
Sébastien Gross
ae772d0594 Add unicode-fonts recipe.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-29 11:48:54 +02:00
Sébastien Gross
fdbbd589a0 Add ucs-utils recipe.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-29 11:48:42 +02:00
Sébastien Gross
ac0640543d Add dynamic-fonts recipe.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-29 11:48:26 +02:00
Sébastien Gross
da75642b31 Add persistent-soft recipe.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-29 11:48:06 +02:00
Dimitri Fontaine
642ad14315 Release 4.1. 2012-08-28 23:07:48 +02:00
Dimitri Fontaine
6901194130 update credits with latest git figures 2012-08-28 12:15:06 +02:00
Julien Danjou
fd1cb5bed9 Merge pull request #846 from shishi/fix_php-mode
fix php-mode
2012-08-27 01:23:02 -07:00
Julien Danjou
4a51cd8a74 Merge pull request #843 from renard/applescript-mode
Add applescript-mode recipe.
2012-08-27 01:21:47 -07:00
Shigenobu Nishikawa
229c7b4800 fix php-mode 2012-08-27 11:49:15 +09:00
Sébastien Gross
75f3ca301f Move autoload to :prepare.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-27 01:18:03 +02:00
Sébastien Gross
d746a1aa9a Remove autoloads.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-27 01:12:10 +02:00
Julien Danjou
256f68caaa Merge pull request #844 from renard/teminal-notifier-el
Add terminal-notifier-el recipe.
2012-08-26 15:15:07 -07:00
Sébastien Gross
8e921b1012 Add terminal-notifier-el recipe.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-26 18:14:44 +02:00
Sébastien Gross
5cc437dbaa Add applescript-mode recipe.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-08-25 17:27:53 +02:00
Julien Danjou
39c73ebae6 Use el-get logo in notifications
Signed-off-by: Julien Danjou <julien@danjou.info>
2012-08-23 11:15:49 +02:00
Takafumi Arakaki
a7fc24a1a4 Update gist.rcp (now depends on gh.el) 2012-08-22 21:48:42 +02:00
Takafumi Arakaki
c5b52b0235 Add recipes for gh.el and its dependencies 2012-08-22 21:47:43 +02:00
Takafumi Arakaki
0136ebac81 Remove redundant :website property 2012-08-22 21:47:43 +02:00
Dimitri Fontaine
fb26826e44 Adding the logo in the main README now. 2012-08-22 13:07:55 +02:00
Dimitri Fontaine
37e1819b45 And another fix for the log URL. 2012-08-22 13:06:39 +02:00
Dimitri Fontaine
554024bd67 Second attempt at trying to fix the URL to the logo file in the README. 2012-08-22 13:05:10 +02:00
Dimitri Fontaine
8d8e1a2c50 Trying to fix the relative path to the logo files. 2012-08-22 13:02:47 +02:00
Dimitri Fontaine
cfe2ea5a1a Pick a logo for El-Get, it needs one for 4.1 release, right? 2012-08-22 13:00:49 +02:00
Alex Ott
7aec611f20 Merge branch 'master' of github.com:dimitri/el-get 2012-08-21 11:51:34 +02:00
Alex Ott
c99a2f0d11 add recipe for nrepl.el package 2012-08-21 11:51:21 +02:00
Dimitri Fontaine
cdff4854b9 Merge pull request #840 from alanpearce/master
Add recipe for multiple-cursors mode
2012-08-20 10:18:16 -07:00
Dimitri Fontaine
396277a019 Merge pull request #839 from 7696122/master
add github type recipe for eval-sexp-fu
2012-08-20 10:13:48 -07:00
Alan Pearce
2168116ab9 Add recipe for multiple-cursors 2012-08-19 09:32:51 +01:00