Commit graph

3459 commits

Author SHA1 Message Date
Iku Iwasa
5969aa53d2 Add recipe for company-restclient 2014-12-23 23:25:12 +09:00
Steve Purcell
af6dcd4fc0 Merge pull request #2310 from rtrn/master
add recipe for shelltest-mode
2014-12-23 13:09:07 +00:00
Steve Purcell
33c4a3191b Add ddskk*.el to ddskk recipe (see #2311) 2014-12-23 09:06:20 +00:00
Steve Purcell
abc3b77974 Merge pull request #2311 from myuhe/Remove
* recipes/ddskk: Remove queue-m.el
2014-12-23 09:04:49 +00:00
Feng Shu
9d764acf36 mv chinese-fonts-setup to recipes/ 2014-12-23 09:31:49 +08:00
myuhe
675f1b7af5 * recipes/ddskk: Remove queue-m.el 2014-12-23 08:55:31 +09:00
Dustin Fechner
8591fa9896 add recipe for shelltest-mode 2014-12-22 22:45:00 +01:00
Yuh Ohmura
cb99c34a50 ddskk: add texi file to recipe 2014-12-23 01:46:42 +09:00
Steve Purcell
0da1238590 Merge pull request #2308 from zk-phi/phi-search-migemo
Add recipe for zombie
2014-12-22 13:41:18 +00:00
zk_phi
03f0e256bd Add recipe for zombie 2014-12-22 21:40:05 +09:00
Steve Purcell
b9dfc7c111 Merge pull request #2306 from Dewdrops/master
Add recipe for isearch-dabbrev
2014-12-22 09:47:56 +00:00
Steve Purcell
91f520eefc Merge pull request #2303 from myuhe/skk2ddskk
Rename skk to ddskk
2014-12-21 23:37:13 +00:00
Steve Purcell
e301252a7f Remove backtrace-mode (closes #2305) 2014-12-21 19:35:10 +00:00
Dewdrops
e6ab61a389 Add recipe for isearch-dabbrev 2014-12-21 18:59:35 +08:00
myuhe
bf5e36747b Add old tag 2014-12-21 19:21:49 +09:00
Donald Curtis
18df3c59b7 Fix scala-mode due to repo move. 2014-12-21 00:39:59 -05:00
myuhe
ae685fbcab Rename skk to ddskk 2014-12-21 13:40:21 +09:00
myuhe
e09b0c78f6 skk: Move repo 2014-12-20 07:39:52 +09:00
Steve Purcell
d17ec69c9f Add flycheck-package 2014-12-19 15:06:17 +00:00
USAMI Kenta
47e098ceda Add recipe for pixiv-novel-mode 2014-12-19 20:56:08 +09:00
Steve Purcell
b093a3a9a8 Merge pull request #2295 from death/master
add recipe for `ssh-tunnels'
2014-12-19 11:27:09 +00:00
Marten Lienen
b2fec0f682 Add recipe for xresources-theme 2014-12-19 00:03:25 +01:00
death
3786a34af1 add recipe for `ssh-tunnels' 2014-12-18 23:38:04 +02: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
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
Fanael Linithien
5b62e9fbc0 Convert helm-w32-launcher recipe to use :defaults. 2014-12-17 18:01:09 +01: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
Fanael Linithien
81fdf805bc Update helm-w32-launcher file spec. 2014-12-16 23:02:51 +01: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
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