Marten Lienen
b2fec0f682
Add recipe for xresources-theme
2014-12-19 00:03:25 +01:00
Steve Purcell
ce6c4af33c
Better name for our saner version of url-copy-file
2014-12-18 21:09:38 +00:00
Steve Purcell
2309a41e26
Use a version of url-copy-file which fails when it gets a 500
...
This was causing error pages to get turned into wiki packages
due to error pages served by the emacswiki. See #2294
2014-12-18 21:01:29 +00:00
Steve Purcell
1e367afce9
Merge pull request #2293 from Sarcasm/master
...
add flycheck-irony recipe
2014-12-18 08:25:44 +00:00
Steve Purcell
78f549a299
Merge pull request #2280 from rranelli/auto-update-packages
...
Add recipe for `auto-package-update`
2014-12-18 08:25:01 +00:00
Guillaume Papin
12c7815111
add flycheck-irony recipe
2014-12-18 00:38:39 +01:00
Steve Purcell
d68945f584
Merge pull request #2292 from camdez/goto-last-change-from-github
...
recipes/goto-last-change: update to pull from GitHub
2014-12-17 21:40:20 +00:00
Cameron Desautels
60191ae7de
recipes/goto-last-change: update to pull from GitHub, closes #2082
...
Got permission from the author to host this on GitHub, allowing us to
tag for MELPA Stable:
> Date: Wed, 17 Dec 2014 09:26:03 -0700
> Subject: Re: goto-last-change.el
> From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
> To: Cameron Desautels <camdez@gmail.com>
>
> Hi Cameron,
>
> Thanks for the info, I had no idea about such dependencies. I'm
> pleased to hear that it is being used, but at the moment I don't have
> a working development machine so I can't handle the Git upload and
> tagging. I'd really appreciate it if you would take care of that and
> host goto-last-change.el on MELPA.
2014-12-17 15:03:55 -06:00
Steve Purcell
c1869af5fd
Add transpose-frame
2014-12-17 17:16:12 +00:00
Steve Purcell
90248ff585
Remove powershell-mode ( closes #2269 )
2014-12-17 17:15:10 +00:00
Steve Purcell
fa678329a5
Merge pull request #2290 from Fanael/master
...
Convert helm-w32-launcher recipe to use :defaults.
2014-12-17 17:13:58 +00:00
Fanael Linithien
cb6d4af341
It's supposed to be :defaults, not :default.
2014-12-17 18:03:11 +01:00
Fanael Linithien
5b62e9fbc0
Convert helm-w32-launcher recipe to use :defaults.
2014-12-17 18:01:09 +01:00
Steve Purcell
e4fb6a6c1a
Merge pull request #2285 from Fanael/master
...
Add a :defaults "macro" to the :files spec.
2014-12-17 16:51:18 +00:00
Fanael Linithien
c097cc4282
Add a :defaults "macro" to the :files spec.
...
This allows users to add files to the default file list without
overwriting it. For instance:
(example :fetcher example :url "http://example.com/ "
:files (:defaults "an.example"))
This would fetch Emacs Lisp (except tests) and Texinfo files, just like
the defaults, but unlike the defaults, the file an.example would be
included too.
:defaults is only recognized when it's the first element of :files.
Fixes #2275 .
2014-12-17 17:47:18 +01:00
Steve Purcell
332e558596
Merge pull request #2289 from abingham/master
...
Added flycheck-ycmd recipe.
2014-12-17 16:17:10 +00:00
Austin Bingham
09e5cfdadb
Merge remote-tracking branch 'upstream/master'
2014-12-17 15:45:00 +01:00
Austin Bingham
b2723c51c8
Added flycheck-ycmd recipe.
2014-12-17 15:44:05 +01:00
Steve Purcell
81b0926f25
Merge pull request #2287 from Fanael/update
...
Update helm-w32-launcher file spec.
2014-12-17 08:07:32 +00:00
Fanael Linithien
81fdf805bc
Update helm-w32-launcher file spec.
2014-12-16 23:02:51 +01:00
Steve Purcell
3438977c0b
Merge pull request #2286 from nibble/sml-modeline
...
Add recipe for sml-modeline
2014-12-16 21:06:42 +00:00
Javier Donaire
e2c6038c32
Add recipe for sml-modeline
2014-12-16 20:55:33 +01:00
Steve Purcell
3af3905e1c
Merge pull request #2282 from masayuko/master
...
Add recipes for ox-rst and ox-nikola
2014-12-16 07:58:46 +00:00
John Miller
3201516c01
Updating official repository for ein recipe
...
The original author of emacs-ipython-notebook, @tkf, has been inactive
on the project for nine months or so. Given that the project is
currently incompatible with current versions of IPython, I have forked
the project to millejoh/emacs-ipython-notebook to provide this
compatibility.
This change updates the MELPA recipe for ein to point to my repository,
since I appear to have become the de-facto maintainer of the project.
2014-12-16 07:51:21 +00:00
Steve Purcell
1834069f66
Fix location match patterns for badge cache-control rules
...
See #2231
2014-12-16 07:51:08 +00:00
Steve Purcell
fe5b05152c
Merge pull request #2284 from linktohack/patch-1
...
Create evil-commentary
2014-12-15 23:50:14 +00:00
Quang Linh Le
7a3d83b33a
Create evil-commentary
...
evil-commentary.el --- Comment stuff out. A port of vim-commentary.
This program emulates evil-commentary initially developed by Tim Pope
(tpope) It help you comment line with `counts` and `motions`.
`gcc` to comment/uncomment a line
`5gcc` to comment/uncomment 5 lines
`gc$` to comment/uncomment from current position
`gcap` to comment/uncomment current paragraph
2014-12-15 22:11:02 +01:00
renan-ranelli
c5fce83b68
Add recipe for auto-package-update
2014-12-15 14:15:54 -02:00
IGARASHI Masanao
8785be5a70
Add recipe for ox-nikola
2014-12-15 21:19:32 +09:00
IGARASHI Masanao
465bcca024
Add recipe for ox-rst
2014-12-15 21:19:17 +09:00
Steve Purcell
6748f3febb
Merge pull request #2281 from hlissner/master
...
Add recipe for evil-snipe
2014-12-15 10:05:33 +00:00
Steve Purcell
9905837a94
Merge pull request #2279 from josteink/master
...
Add new package wsd-mode.
2014-12-15 09:40:47 +00:00
Steve Purcell
a6b6b2d2b4
Merge pull request #2277 from m00nlight/unicode-input
...
Unicode characters input for programming mode like haskell-mode
2014-12-15 09:39:28 +00:00
Steve Purcell
b481a4cfe2
Merge pull request #2278 from Lompik/master
...
New recipe: company backend for R/ess
2014-12-15 09:38:27 +00:00
Henrik Lissner
f5940a594f
Add recipe for evil-snipe
2014-12-15 02:52:36 -05:00
Jostein Kjønigsen
c3d80daccf
Add new package wsd-mode.
2014-12-14 20:51:50 +01:00
Steve Purcell
5de7033e75
Merge pull request #2273 from fgeller/leerzeichen
...
Adds recipe for leerzeichen mode
2014-12-14 19:26:19 +00:00
Steve Purcell
b1c547d374
Merge pull request #2276 from CodyReichert/master
...
added recipe for shakespeare-mode
2014-12-14 19:25:33 +00:00
OrionU
de4a20e7c2
New recipe: company backend for R/ess
2014-12-14 10:22:57 -06:00
m00nlight
d953923015
Add new line for the recipe
2014-12-14 23:53:43 +08:00
m00nlight
4f859f63dd
Add recipe for unicode-input
2014-12-14 23:46:40 +08:00
Cody Reichert
e2bae4a97c
added recipe for shakespeare-mode
2014-12-13 18:37:42 -06:00
Steve Purcell
14309d3104
Merge pull request #2274 from rocher/ubuntu-theme
...
Add recipe for ubuntu-theme
2014-12-13 19:47:11 +00:00
Steve Purcell
ca8e2cdb28
Merge pull request #2271 from calvinwyoung/add-org-autolist
...
Add recipe for org-autolist
2014-12-13 19:41:13 +00:00
Francesc Rocher
3db2a94021
Add recipe for ubuntu-theme
2014-12-13 20:19:34 +01:00
Felix Geller
31281c0024
Adds recipe for leerzeichen mode (minor mode to display whitespace characters).
2014-12-14 07:22:22 +13:00
Steve Purcell
0e5ede3cea
Merge pull request #2272 from Fanael/master
...
Add helm-w32-launcher.
2014-12-13 17:17:43 +00:00
Fanael Linithien
8d7abeee50
Add helm-w32-launcher.
2014-12-13 18:10:03 +01:00
Steve Purcell
f16958a098
Merge pull request #2267 from vermiculus/master
...
Add sx.el
2014-12-13 16:59:19 +00:00
Steve Purcell
cd613fbe42
Merge pull request #2270 from heikkil/org-dropbox
...
added org-dropbox
2014-12-13 12:16:19 +00:00