Commit Graph

5044 Commits

Author SHA1 Message Date
Noam Postavsky
767847f83d Don't try to build and install :builtin packages
* el-get-build.el (el-get-build-commands): Do nothing if package is
:builtin.
* recipes/cedet.rcp (:post-init): Don't load if it's :builtin.
2017-07-01 19:07:47 -04:00
Noam Postavsky
ddf128195b Give a nicer error for missing ELPA package 2017-06-29 20:08:00 -04:00
Noam Postavsky
f7bb3855b2 Merge: Replace missing dependency inflection with jump for clj-refactor, etc 2017-06-26 15:31:46 -04:00
Aaron Fischer
6620e92f06 REmove the inflections package 2017-06-26 20:45:19 +02:00
Aaron Fischer
5fba23485b Add the jump package (include inflections) and adjust the dependencies 2017-06-26 20:43:54 +02:00
Aaron Fischer
290a2f9c79 Merge remote-tracking branch 'upstream/master' 2017-06-26 20:41:08 +02:00
Noam Postavsky
5b623bc5fa Don't generate autoloads for proof-general (#2544)
It has some autoloaded statements which depend on the file they are
evaluated from, which breaks when the destination autoload file is
'~/.emacs.d/el-get/.loaddefs.el'.  The existing
'generic/proof-site.el' file already provides sufficient autoload
definitions.
2017-06-09 15:12:19 -04:00
lpmmo4231
9d7b42325c bbdb git repository url was wrong, fixed recipe (#2542) 2017-06-08 20:23:02 -04:00
lpmmo4231
0141064b43 hlinum-mode moved to github, fixed recipe (#2541) 2017-06-08 20:22:37 -04:00
Jonathan Lai
8760d4d77e recipe: prettier-js (#2540) 2017-06-08 20:21:55 -04:00
Takashi AOKI
ae11673e31 Fix for helm :build (#2535)
Pass emacs-async directory to make.
2017-06-04 23:46:22 -04:00
lpmmo4231
5bd89cb2ac fixed deprecated repository for org-mime (#2538) 2017-06-03 19:49:53 -04:00
Yu-Fu Wu
e696d5dd73 taskpaper-mode (#2525) 2017-06-03 19:49:05 -04:00
Noam Postavsky
c925873baf * .travis.yml: Test with 25.2 instead of 25.1 2017-06-03 19:39:10 -04:00
David Holm
464ed451b5 Merge pull request #2530 from chee/master
recipe: add recipe for helm-frame
2017-05-10 16:11:34 +02:00
David Holm
87e3089a2e Merge pull request #2531 from SkydiveMike/master
helm.rcp: add :depends block (async)
2017-05-10 16:10:48 +02:00
Mike McLean
ec941294f2 helm.rcp: add :depends block (async)
helm.el has (require 'async)
2017-05-08 09:47:45 -04:00
chee
49ea1381c3 add recipe for helm-frame 2017-05-07 14:09:44 +01:00
Yu-Fu Wu
4274e2f590 Mastodon: add missing load-path parameter (#2529) 2017-04-21 09:39:47 -04:00
Yu-Fu Wu
e690a8106c mastodon.el 2017-04-18 21:08:52 -04:00
Maxim Tsyplakov
cdd39a51aa tern-lint: Update w/ new repo location (#2527) 2017-04-06 09:09:29 -04:00
Bryan Shell
b47a94877b company-web.rcp: add :depends block (#2524) 2017-03-11 08:57:38 -05:00
Michael Kuryshev
4066b4072e Add rjsx-mode (#2523) 2017-03-07 08:32:04 -05:00
Timo Bingmann
e2b412ef6b python-mode: they switched from bzr to git (finally) (#2522)
new url as stated at
http://bazaar.launchpad.net/~python-mode-devs/python-mode/python-mode/files
2017-03-06 10:44:14 -05:00
masasam
a87b0243c8 Add recipe helm-tramp (#2519) 2017-03-05 22:54:30 -05:00
Jonathan Lai
fd2d0b588d recipe: evil-magit (#2520) 2017-03-01 11:45:33 -05:00
Jun Jie Nan
2e4d3b36a1 Added godoctor (#2518) 2017-03-01 11:44:20 -05:00
Aaron Fischer
fc3bae5a24 Replace missing dependency inflection with jump on clj-refactor
"inflection" is no longer part of elpa and it is now found in
the "jump" package.
2017-02-18 22:22:56 +01:00
Dimitri Fontaine
6b707565b7 New recipe for MagitHub. 2017-02-11 10:32:05 +01:00
Aliaksey Artamonau
f98bbc7230 Remove go-oracle recipe. (#2517)
oracle was renamed to guru in the following commit:

  7347379304

Emacs support was merged into go-mode:

  69f6f5b782
2017-02-02 21:41:29 -05:00
Alexander Goldstein
71717d7d3a Adding s as dependancy of gh (#2515) 2017-01-30 16:25:58 -05:00
David Holm
e908e0adfb recipe: vhdl-mode: Upstream has changed the URL 2017-01-27 10:37:32 +01:00
Jonathan Lai
6b05709c39 Update: evil.rcp (#2513) 2017-01-25 21:42:19 -05:00
Noam Postavsky
a6510f13c1 Fix elpa auto generating for 24.4+ package.el
* methods/el-get-elpa.el (package-desc-archive): Define it for old Emacs
versions that don't provide it.
(el-get-elpa-build-local-recipes): Use that instead of hard-coding
offset into package-desc array.
2017-01-13 01:04:29 -05:00
kissge
d301a567fc Update: session 2.4b 2017-01-09 22:18:27 +09:00
Hong
4a76c7e99e mu4e.rcp: Use the autogen.sh script instead of autoreconf. (#2509) 2017-01-03 18:29:31 -05:00
cms
3a41c31eb8 Ensime recipe/dependencies - remove auto-complete to prevent popup clashes with company-mode (#2510)
Bringing in auto-complete and company mode as dependencies results in
an ensime setup that enables both for completion, and they fight for
popup rights over certain completion events, producing garbage
onscreen.

The list of dependencies in the ensime.el's package headers do not
include auto-complete, therefore it should not be included in el-get's
recipe.
2017-01-03 08:30:58 -05:00
Noam Postavsky
bcb05bc970 Update elpy dependencies
- upstream removed `idomenu' on 2014-09-02 "Remove idomenu."
- upstream added `s' on 2016-12-11 "Add dependency on s.el"

Fixes #2506.
2016-12-26 16:11:23 -05:00
Jonathan Lai
406d2b854d recipe: emacs-pug-mode (#2505) 2016-12-26 16:04:25 -05:00
Igor Shymko
44f72a6516 Emacs web-server recipe (#2504) 2016-12-17 08:24:11 -05:00
Hong
ce9dc5ec48 swiper: byte-compile when building. (#2503) 2016-12-07 18:52:54 -05:00
dsedivec
840c4b1c8a Add writeroom-mode dependency (#2497)
writeroom-mode depends on visual-fill-column. 

Also remove ":shallow nil", it appears to be unneeded.
2016-12-02 21:37:36 -05:00
Kurt Kanzenbach
417fbc84e2 recipes: added recipe for dts-mode
This patch adds a recipe for basic syntax highlighting of device tree
source files used e.g. in the Linux kernel.
2016-11-22 20:15:47 -05:00
Daniel Ziltener
2bd6fbeec4 Update auctex.rcp 2016-11-22 20:13:52 -05:00
Daniel Ziltener
b3e1745517 Update aggressive-indent-mode.rcp (#2496)
Maintainer changed.
2016-11-08 20:16:16 -05:00
Daniel Ziltener
d49b3c490e Create rase.rcp (#2495) 2016-11-08 20:16:11 -05:00
Haden Pike
bea8832f3e New recipe: hinrik/perl6-mode. (#2493) 2016-11-08 20:16:00 -05:00
Yakkala Yagnesh Raghava
4b767b8565 * recipes/constants.rcp: new recipe. 2016-11-04 14:00:33 +05:30
David Holm
3ad834c63f recipe: elite-for-emacs: Moved to GitHub 2016-11-02 13:44:39 +01:00
Hong
85eca62e32 cedet has been builtin for a long time. (#2492) 2016-10-31 20:36:28 -04:00