Commit Graph

5207 Commits

Author SHA1 Message Date
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
Hong Xu
2e03d2d12a Dired-icon requires emacs >= 24.3 (#2490) 2016-10-25 21:58:36 -04:00
Yakkala Yagnesh Raghava
0de84d1fc7 * recipes/py-isort.rcp: new recipe py-isort. 2016-10-25 14:09:29 +05:30
Yakkala Yagnesh Raghava
f087b13eed * recipes/py-yapf.rcp: new recipe. 2016-10-25 12:05:29 +05:30
David Holm
0eafb42926 recipe: osx-dictionary 2016-10-22 22:58:43 +02:00
Noam Postavsky
4f378eb8a9 Merge: Fix secure URL checking for :type elpa
Close #2477, fix #2467.
2016-10-22 09:14:59 -04:00
Noam Postavsky
df9541a4d3 Fix `message' advice used in tests
* test/el-get-tests.el (el-get-test-catch-output): Handle the (message
nil) case.
2016-10-22 09:13:04 -04:00
Vitaliy
d8f6165938 Add multi-compile recipe (#2489) 2016-10-22 09:10:19 -04:00
Vedang Manerikar
e4a0b6ae5e Update dependencies for the eclim recipe. (#2487) 2016-10-22 09:09:26 -04:00
Hong Xu
a95203f70b New recipe: dired-icon. (#2486) 2016-10-22 09:06:45 -04:00
Tengfei Guo
1406bfc3cf Add rcp oceanic-theme 2016-10-22 09:06:16 -04:00
Daniel Ziltener
ab34103c1a AucTeX needs GNU Make, not UNIX Make 2016-10-22 08:18:27 -04:00
David Holm
6f39b2628d recipe: edbi: Update dependencies 2016-10-15 21:35:10 +02:00
David Holm
04d34330f8 recipe: emacsql 2016-10-15 21:33:00 +02:00
David Holm
d7dbf2ca49 recipe: finalize 2016-10-15 21:31:40 +02:00
David Holm
c9707dfbd4 recipe: esqlite 2016-10-15 21:30:09 +02:00
David Holm
ba944c5d22 recipe: pcsv 2016-10-15 21:24:25 +02:00
David Holm
134c5d579a recipe: cc-mode 2016-10-15 15:10:53 +02:00
Daniel Ziltener
6bd2658b65 Create flyspell-babel.rcp 2016-10-14 19:58:05 -04:00
Daniel Ziltener
0885877f8f Create evil-commentary.rcp 2016-10-14 19:57:55 -04:00
Daniel Ziltener
ddac5b7b34 Create helm-cider.rcp 2016-10-14 19:57:46 -04:00
Daniel Ziltener
ef69f95f8e Create slamhound.rcp 2016-10-14 19:57:34 -04:00
Daniel Ziltener
1bef33120b Create flycheck-clojure.rcp 2016-10-14 19:57:08 -04:00
Noam Postavsky
e9fe611373 test/travis-ci.sh (prereqs): Download package-x.el 2016-10-08 22:28:58 -04:00
Noam Postavsky
c00a03a26f Fix secure URL checking for :type elpa
* el-get-methods.el (el-get-insecure-check): Also consider URLs
satisfying `file-name-absolute-p' to be secure.  `package-archives' uses
absolute file names *without* file:// prefix, so we have allow this too.
* methods/el-get-elpa.el (el-get-elpa-package-id):
(el-get-elpa-package-archive-base): New compat functions.
* methods/el-get-elpa.el (el-get-elpa-install): Call
`el-get-insecure-check' after ensuring `package-archive-contents' is
initialized.
2016-10-08 22:00:41 -04:00
Noam Postavsky
58d071a26c Additional (failing) test for ELPA+allow-insecure 2016-10-08 20:04:12 -04:00
Noam Postavsky
facea41fde Skip assert (stringp url) if el-get-allow-insecure
Some methods, :elpa for instance, need some some special handling to
figure out the URL.  In the mean time, don't throw assertion violations
if the user didn't ask to check for "insecure" packages anyway.

* el-get-methods.el (el-get-insecure-check): Move check of
`el-get-allow-insecure' to beginning, before the assertion.  Change the
parameter names to lower case, as is customary in elisp.
2016-10-08 18:25:02 -04:00
Alex Olkhovskiy
96c53247c1 update sbt-mode recipe
sbt-mode has moved. hvesalai/sbt-mode is now a fork of
ensime/emacs-sbt-mode
2016-10-06 06:56:01 +01:00
David Holm
7c5eef85c3 recipe: nmcobol-mode 2016-10-05 12:41:38 +02:00
Yagnesh Raghava Yakkala
9cb5ca2b2c Merge pull request #2475 from yyr/recipes
new recipes ferret-mode, wolfram-mode, ox-pandoc.
2016-10-05 14:54:31 +05:30
Yakkala Yagnesh Raghava
a7a54b2ca3 new recipes ferret-mode, wolfram-mode, ox-pandoc. 2016-10-05 14:49:20 +05:30
Orivej Desh
0c3c33e604 Move iedit and livescript-mode origins 2016-10-02 14:35:20 -04:00
Pásztor János
196a38c61e thingatp support in el-get-read-package-name
* It makes easier to jump between my config and the upstream recipes
2016-09-29 15:13:05 +02:00
Hyungchan Kim
a4d15b4400 Update color-theme-leuven url 2016-09-29 10:48:02 +09:00
Soren Mathiasen
4ca794d88a fix wrong url for go-def 2016-09-27 10:17:53 +02:00
Hong Xu
784440c855 Add some more descriptions of flyspell-correct
To explain the difference with MELPA packages.
2016-09-26 16:02:07 -04:00
Yagnesh Raghava Yakkala
143f07a98e Merge pull request #2466 from yyr/recipes
two new recipes company-dict & xwidgete
2016-09-23 09:48:13 +05:30
Yakkala Yagnesh Raghava
7450e45e1e new recipes company-dict & xwidgete 2016-09-22 11:20:30 +05:30