Commit graph

2931 commits

Author SHA1 Message Date
Yuri D'Elia
2ba638b326 Adding gnus-desktop-notify 2014-06-30 15:25:53 +02:00
Donald Ephraim Curtis
a76c030bf0 Merge pull request #1819 from kaz-yos/eval-in-repl
Add eval-in-repl (Consistent eval interface for various REPLs)
2014-06-29 13:53:49 -07:00
Donald Ephraim Curtis
993271c993 Merge pull request #1818 from grettke/master
Recipe for anchored-transpose
2014-06-29 13:46:24 -07:00
kaz-yos
34a9e8eb3a Add eval-in-repl
Consistent eval interface for various REPLs

This package does what ESS does for R for various REPLs, including ielm.

Emacs Speaks Statistics (ESS) package has a nice function called ess-eval-region-or-line-and-step, which is assigned to C-RET. This function sends a line or a selected region to the corresponding shell (R, Julia, Stata, etc) visibly. It also start up a shell if there is none.

This package implements similar work flow for various read-eval-print-loops (REPLs) shown below.

https://github.com/kaz-yos/eval-in-repl/
2014-06-30 05:18:26 +09:00
Grant Rettke
5ca1c447ae Initial creation. 2014-06-29 15:06:50 -05:00
Steve Purcell
c3a5b51fee Merge pull request #1813 from kyleam/snakemake-mode
Add snakemake-mode
2014-06-29 19:46:13 +01:00
Steve Purcell
502faab70a Merge pull request #1816 from ensime/ensime
ensime recipe and remove self-packaged files
2014-06-29 14:15:20 +01:00
Sam Halliday
ba54fd77ad ensime recipe and remove self-packaged files 2014-06-29 14:00:14 +01:00
Syohei YOSHIDA
c83171015c add smeargle 2014-06-29 15:01:13 +09:00
Kyle Meyer
9ab9444a38 Add snakemake-mode 2014-06-28 16:06:23 -04:00
John J Foerch
6fa0821c31 add recipe for digistar-mode 2014-06-28 08:25:54 -04:00
Steve Purcell
93cc928eaf Merge pull request #1811 from Trevoke/master
add sqlup-mode 0.0.1
2014-06-27 14:41:23 +01:00
Steve Purcell
98476e44ac Add zygospore (closes #1809) 2014-06-27 11:37:17 +01:00
Aldric Giacomoni
15653a98e6 add sqlup-mode 0.0.1 2014-06-26 23:37:26 -04:00
Wilfred Hughes
ad3b1c727e Adding a recipe for bison-mode.
This is a major mode for Bison grammars. I'm not the original author,
the original author wrote the major mode in 1998.

I have created a git repository and updated the major mode to conform
more closely to modern elisp conventions. I've fixed the worst build
errors, but I'm aware that checkdoc and flycheck still find plenty of
things wrong with the code.
2014-06-26 23:56:28 +01:00
Quang-Linh LE
6f0e0de0ac evil-space: A port of vim-space for evil
This program emulates vim-space initially developed by Henrik Öhman
(spiiph) It help you using `<SPC>` key to repeat the last motion like
what the dot `<.>` key does to repeat the last command. The motion are
normally setup in pair, that means the `<S-SPC>` (or customized to what
one needs) to reverse that motion.

I (linktohack) latter improve it to repeat `vim-unimpared` motions like
`]q<SPC><SPC>` to go to next error (`:cn`) and ability to skip `;` and
`,` motion (`fFtT` still works, that means we press
`fa<SPC><SPC><S-SPC>` instead of `fa;;,`.) to allow us to free map ; as
: and , as <leader>

Original repo: https://github.com/linktohack/evil-space
My fork of vim-space: https://github.com/linktohack/vim-space
And evil-space: https://github.com/linktohack/evil-space
2014-06-26 00:11:53 +02:00
Shingo Fukuyama
88ecfabac1 Add readability.el 2014-06-25 17:22:51 +09:00
Steve Purcell
537bf6c5d5 Merge pull request #1720 from ajtulloch/mkdown.el
mkdown.el --- Pretty Markdown previews based on mkdown.com
2014-06-25 08:17:29 +01:00
Steve Purcell
73b277e19f Merge pull request #1791 from rosenbrockc/master
Fortpy: Emacs Autocompletion for Fortran
2014-06-25 08:13:01 +01:00
Donald Ephraim Curtis
5b3f04ae35 Merge pull request #1683 from egh/recipe/org-caldav
add recipe for org-caldav
2014-06-24 19:39:58 -07:00
Malyshev Artem
007c7d0013 Add edbi-django recipe. 2014-06-25 00:25:21 +04:00
Malyshev Artem
b1541dfd34 Move anaconda-mode back. 2014-06-24 21:39:57 +04:00
Steve Purcell
28f6a98344 Add company-ghc
See https://github.com/iquiw/company-ghc/pull/2
2014-06-24 08:06:37 +01:00
Steve Purcell
6a5c72dfb5 Merge pull request #1802 from immerrr/master
ample-regexps: compose and reuse regular expressions with ease
2014-06-23 08:41:42 +01:00
Steve Purcell
e69214e89e Merge pull request #1800 from thisirs/erc-colorize
Add erc-colorize recipe
2014-06-23 08:12:35 +01:00
Steve Purcell
82e9551120 Merge pull request #1798 from thisirs/state
Add state recipe
2014-06-23 08:12:19 +01:00
immerrr
4cd29d0595 Add ample-regexps recipe 2014-06-23 01:06:57 +04:00
Steve Purcell
770ab1e99f Merge pull request #1801 from thisirs/vc-auto-commit
Add vc-auto-commit recipe
2014-06-22 19:21:52 +01:00
Steve Purcell
c01efd0cb3 Merge pull request #1799 from thisirs/find-temp-file
Add find-temp-file recipe
2014-06-22 19:19:29 +01:00
thisirs
35692cfa7e Add erc-colorize recipe 2014-06-22 19:13:14 +02:00
thisirs
f61fd6f045 Add vc-auto-commit recipe 2014-06-22 19:04:17 +02:00
thisirs
4a6981c99b Add state recipe 2014-06-22 19:03:47 +02:00
thisirs
431c88b799 Add find-temp-file recipe 2014-06-22 19:03:17 +02:00
Takashi Masuda
e30a9ed79b Add recipe helm-ghq 2014-06-22 23:11:27 +09:00
Malyshev Artem
3d521f5b98 Add ac-anaconda recipe. 2014-06-21 21:48:07 +04:00
Lefteris Karapetsas
a03f43cd90 adding recipe for malinka, a C/C++ project configuration package 2014-06-21 12:47:04 +02:00
Conrad Rosenbrock
c08a3820af Added recipe for fortpy 2014-06-20 10:48:13 -06:00
Fanael Linithien
1cbd36609c Add parent-mode. 2014-06-18 19:12:35 +02:00
Steve Purcell
d809804c7f Merge pull request #1789 from proofit404/recipe/company-anaconda
Add company-anaconda recipe.
2014-06-17 20:43:09 +01:00
Steve Purcell
130b94286d Merge pull request #1788 from proofit404/recipe/anaconda-mode
Don't bundle jsonrpc test suite in anaconda-mode package.
2014-06-17 20:42:34 +01:00
Malyshev Artem
2d5a7093af Add company-anaconda recipe. 2014-06-17 23:06:35 +04:00
Malyshev Artem
7c984e38a2 Don't bundle jsonrpc test suite in anaconda-mode package. 2014-06-17 23:01:29 +04:00
Tom Jakubowski
2dddf5066d Update repo for rust-mode recipe
The Rust repository moved to the rust-mode org.
2014-06-17 02:32:33 -07:00
Michael Griffiths
fea03bca66 Fix missing file in cider recipe. 2014-06-16 22:00:50 +01:00
Malyshev Artem
e8fe2c1475 Fix anaconda-mode broken python dependencies path. 2014-06-16 23:17:20 +04:00
Steve Purcell
41497a876c Merge pull request #1756 from marcwebbie/master
Add recipe `shoulda`
2014-06-16 19:45:29 +01:00
Steve Purcell
da8b46729f Add :old-names entry for evil-surround (see #1782) 2014-06-16 17:10:09 +01:00
Philippe Vaucher
f0c2a46297 Rename surround to evil-surround 2014-06-16 17:55:52 +02:00
Steve Purcell
c9aeb0b11a Merge pull request #1777 from Silex/org-impress-js
Add org-impress-js recipe
2014-06-16 14:03:11 +01:00
Philippe Vaucher
00214ec79f Add org-impress-js recipe 2014-06-16 15:00:03 +02:00
Steve Purcell
ab0b425a68 Merge pull request #1779 from Silex/kill-ring-ido
Add kill-ring-ido recipe
2014-06-16 13:09:44 +01:00
Philippe Vaucher
1cc51dc157 Add kill-ring-ido recipe 2014-06-16 13:12:54 +02:00
Steve Purcell
d2b6a8d57b Merge pull request #1773 from Sarcasm/master
add irony-mode and company-irony recipes
2014-06-16 11:36:57 +01:00
Guillaume Papin
8178dcad91 change after review from milkypostman/melpa#1773 2014-06-16 12:09:58 +02:00
Steve Purcell
ee9dac7c10 Merge pull request #1766 from pmarinov/master
Add clean-aindent-mode
2014-06-16 09:33:14 +01:00
Joe Rabinoff
d0ebf9f5a9 Added poporg recipe. 2014-06-15 20:15:53 -04:00
Guillaume Papin
6202190725 add irony-mode and company-irony recipes. 2014-06-15 21:44:41 +02:00
Steve Purcell
f1645a51d4 Merge pull request #1770 from lewang/master
Add ws-butler.
2014-06-15 14:30:06 +01:00
Le Wang
f1a5c4903f Add ws-butler. 2014-06-15 08:33:27 -04:00
Steve Purcell
811d0f1d19 Merge pull request #1769 from r0man/master
Add soundklaus.el recipe.
2014-06-15 11:52:08 +01:00
Roman Scherer
ac86bd9bc4 Add soundklaus.el recipe. 2014-06-14 20:36:10 +02:00
Phillip Lord
25d1fa7797 New recipe for linked buffer. 2014-06-14 09:37:53 +01:00
Steve Purcell
6148ac3a50 Merge pull request #1765 from davexunit/notmuch-unread
Add notmuch-unread recipe.
2014-06-13 12:58:22 +01:00
Steve Purcell
306e9978d2 Point pos-tip recipe at @pitkali's fork
See https://github.com/company-mode/company-mode/issues/138
2014-06-13 10:45:57 +01:00
Steve Purcell
99073c8945 Add bibtex-utils (closes #1764) 2014-06-13 09:31:34 +01:00
petar marinov
20e03326d5 Add clean-aindent-mode 2014-06-12 20:13:27 -07:00
David Thompson
f7c6538046 Add notmuch-unread recipe. 2014-06-12 21:30:17 -04:00
Steve Purcell
247e9fa663 Cut down the files bundled into anaconda-mode (see #1761) 2014-06-12 14:10:35 +01:00
Jimmy Yuen Ho Wong
53e692c59f Update move-dup repo name 2014-06-12 20:57:22 +08:00
Steve Purcell
79898950b4 Merge pull request #1762 from wyuenho/move-dup
[Author] Add move-dup recipe
2014-06-12 10:48:50 +01:00
Jimmy Yuen Ho Wong
ae402a2103 Add move-dup recipe 2014-06-12 02:05:06 +08:00
Malyshev Artem
081bfaf35e Update anaconda-mode recipe for new location. 2014-06-10 23:38:15 +04:00
Sean Escriva
9634b9250f chef-mode recipe 2014-06-10 10:02:51 -04:00
Steve Purcell
5e3cd2e6ee Merge pull request #1759 from bbatsov/clojure-mode-font-lock
Add clojure-mode-extra-font-locking
2014-06-10 13:33:14 +01:00
Bozhidar Batsov
6480122f0d Update clojure-test-mode repo 2014-06-10 14:41:42 +03:00
Bozhidar Batsov
4f7949006d Add recipe for clojure-mode-extra-font-locking 2014-06-10 14:41:09 +03:00
Bozhidar Batsov
4b75800472 Update clojure-mode's repo 2014-06-10 14:40:56 +03:00
Hiroaki Otsu
35f12e4057 add recipe for gnus-x-gm-raw 2014-06-10 19:16:37 +09:00
Donald Curtis
d384f185f7 Add eide recipe. 2014-06-09 11:31:35 -04:00
Donald Curtis
38e5dd845c Add narrow-indirect and reveal-next packages. 2014-06-09 11:20:44 -04:00
marcwebbie
b343a6fb99 Updated repository name on recipe 2014-06-08 18:43:44 -03:00
marcwebbie
43fe1da8ce Renamed file 2014-06-08 18:23:27 -03:00
marcwebbie
7d1bdec35d Add recipe shoulda 2014-06-08 14:59:13 -03:00
Steve Purcell
a5df64edec Add marmalade-upload 2014-06-08 11:14:17 +01:00
Steve Purcell
79726ff0fb Merge pull request #1754 from hbin/master
Add smart-shift-mode recipe
2014-06-07 15:46:45 +01:00
Steve Purcell
2d27782b9a Merge pull request #1755 from ryanbarry/master
add scad-mode recipe
2014-06-07 13:31:47 +01:00
Ryan Barry
5ea9cfdcc9 add scad-mode (from OpenSCAD) recipe 2014-06-06 23:41:32 -07:00
Steve Purcell
cb571caa41 Merge pull request #1753 from toctan/quack
Add quack
2014-06-05 11:15:11 +01:00
Steve Purcell
f050a5b4bc Merge pull request #1752 from danlamanna/master
Add i2b2-mode
2014-06-05 11:11:30 +01:00
Steve Purcell
6d1991b630 Merge pull request #1750 from yuutayamada/gold-mode
Add a package recipe for .gold files
2014-06-05 11:07:52 +01:00
Steve Purcell
f2b542189c Merge pull request #1751 from dougm/nix-mode
Add nix-mode recipe
2014-06-05 11:06:07 +01:00
Bin Huang
da240e2117 Add smart-shift-mode recipe 2014-06-05 18:00:50 +08:00
toctan
4af6a8767b Add quack 2014-06-05 15:44:53 +08:00
Donald Curtis
400c7aede8 Add subr+ wiki package for Drew Adams. 2014-06-05 03:09:39 -04:00
Dan LaManna
128a2011ad Add i2b2-mode 2014-06-04 23:41:00 -04:00
Doug MacEachern
16e6afb81c Add nix-mode recipe 2014-06-04 15:44:17 -07:00
Yuta Yamada
2ce433bc42 Add a package recipe for .gold files 2014-06-04 12:53:27 -07:00
Steve Purcell
42c07a2159 Add helm-itunes
cc @daschwa, see https://github.com/daschwa/helm-itunes/pull/1
2014-06-04 20:28:41 +01:00
Chris Barrett
2c6f87265c Add swift-mode recipe 2014-06-04 22:45:03 +12:00
Sebastian Wiesner
f2f5f48d4d Update files of flycheck-haskell
Flycheck Haskell moved Haskell files to top-level.
2014-06-03 14:08:13 +02:00
zk_phi
71f6af1823 add electric-spacing recipe 2014-06-03 15:22:51 +09:00
Steve Purcell
771cc597da Merge pull request #1745 from jacobono/master
adding recipe for `gradle-mode`
2014-06-02 20:05:51 +01:00
Steve Purcell
8e45bf58b9 Merge pull request #1737 from k1LoW/add-ansible
Add recipe `ansible`
2014-06-02 16:54:30 +01:00
Daniel Mijares
9683625c72 adding recipe for gradle-mode 2014-06-02 10:47:46 -04:00
Steve Purcell
7205f80a8c Merge pull request #1744 from snosov1/org-toc
add org-toc recipe
2014-06-02 13:38:33 +01:00
Sergei Nosov
18be0ba919 add org-toc recipe 2014-06-02 15:04:12 +04:00
Steve Purcell
fcc2033759 Merge pull request #1742 from RenWenshan/master
Add recipe for `moz-controller`.
2014-06-01 11:43:34 +01:00
Steve Purcell
d97b5c5396 Merge pull request #1741 from randomphrase/master
Add company-c-headers
2014-06-01 11:42:37 +01:00
Steve Purcell
6839c5e523 Add moz (see #1742) 2014-06-01 11:39:37 +01:00
Donald Curtis
8f84b421cb fix e2wm-pkgex4pl recipe. missing :repo keyword 2014-06-01 03:19:38 -04:00
Ren Wenshan
11bf756a99 Add recipe for moz-controller. 2014-06-01 13:45:02 +10:00
Alastair Rankine
4d2d0edd0c Add company-c-headers 2014-05-31 12:14:24 -05:00
Malyshev Artem
ff845acdf1 Add json-rpc package. 2014-05-26 22:39:51 +04:00
Steve Purcell
d82c462046 Merge pull request #1739 from aki2o/e2wm-pkgex4pl
add recipe for e2wm-pkgex4pl
2014-05-25 20:21:35 +01:00
Antoine R. Dumont
4297a96c13 Rename recipes to creds 2014-05-25 18:46:32 +02:00
Antoine R. Dumont
3654c8c629 Add emacs-creds recipe 2014-05-25 18:46:31 +02:00
Hiroaki Otsu
9907211716 add recipe for e2wm-pkgex4pl 2014-05-25 19:53:07 +09:00
Steve Purcell
5a4f4757d8 Merge pull request #1738 from k1LoW/update-serverspec
Update `serverspec` recipe.
2014-05-25 11:16:54 +01:00
k1LoW
dd1b36864a Update serverspec recipe. 2014-05-25 13:54:48 +09:00
k1LoW
8a3fdbde4d Add recipe ansible 2014-05-25 13:49:53 +09:00
Antoine R. Dumont
9fb9b0257f Add a recipe for markdown-toc (a toc generator for markdown) 2014-05-24 23:07:58 +02:00
Hiroaki Otsu
652cb69861 add recipe for e2wm-sww 2014-05-24 09:07:42 +09:00
Alex Sanchez
df349db710 Adding zonokai theme recipe 2014-05-22 17:32:15 -04:00
Steve Purcell
ab22cea99f Fix string in recipe which should have been a symbol (see #1731) 2014-05-22 12:29:26 +01:00
Steve Purcell
cabdb2dbcd Merge pull request #1731 from proofit404/master
Add relative-buffers recipe.
2014-05-22 12:28:50 +01:00
Steve Purcell
5f050fd2b1 Merge pull request #1726 from yoshida-mediba/master
Change hiwin repository.
2014-05-22 07:23:18 +01:00
Malyshev Artem
265dc5822b Add relative-buffers recipe. 2014-05-22 09:01:19 +04:00
Geyslan G. Bem
7895e2584f new package - uzumaki 2014-05-21 20:06:25 -03:00
Thomas Burette
9e73e6d3c3 Add take-off 2014-05-20 19:07:58 +02:00
Berk D. Demir
4056e91b9b Add aurora-config-mode
Major mode for editing Apache Aurora configuration files.  It's derived
from Python mode adding Aurora and Pystachio helpers, structs and types
for syntax coloring along with some Aurora inspection commands and key
bindings.
2014-05-20 00:43:53 -07:00
Hiroki Yoshida
788610e3a2 Because it is not maintained 2014-05-20 13:47:37 +09:00
Steve Purcell
82a61911de Add marmalade, so we can marmalade without marmalade 2014-05-19 10:09:17 +01:00
Steve Purcell
124d556055 Add anything-milkode 2014-05-19 08:20:48 +01:00
Steve Purcell
29fffbec2d Merge pull request #1723 from ongaeshi/master
Add milkode
2014-05-18 09:44:23 +01:00
Steve Purcell
4063390ccc Merge pull request #1722 from tarsius/magitish
move and remove some magit extensions
2014-05-17 19:26:16 +01:00
Steve Purcell
ea3c77d832 Merge pull request #1719 from gempesaw/patch-1
Add recipe for grunt.el
2014-05-17 19:24:18 +01:00
ongaeshi
2906ba7aac Add milkode 2014-05-18 01:27:04 +09:00
Jonas Bernoulli
7349b1483a remove broken magit-gh-pulls 2014-05-17 17:18:21 +02:00
Jonas Bernoulli
56adac59d1 remove obsolete magit-commit-training-wheels 2014-05-17 17:16:59 +02:00
Jonas Bernoulli
984ad64bce get org-magit from magit/ instead of sigma/ 2014-05-17 17:15:03 +02:00
Jonas Bernoulli
6d479e7a87 get magit-tramp from magit/ instead of sigma/ 2014-05-17 17:14:17 +02:00
da4c30ff
97fff4a1f0 Add recipe for draft-mode 2014-05-17 14:14:44 +03:00
Andrew Tulloch
147a1bfd47 mkdown.el --- Pretty Markdown previews based on mkdown.com
Summary:
A small library that improves the look of Markdown previews from
Emacs, using the style of [mkdown.com][].

Screenshots:

Before:

![](https://photos-6.dropbox.com/t/0/AACRSyhnUc2-ol22-MqpsgEWXc28IrTNXTHQ7cgyFfp2uQ/12/13107408/png/2048x1536/3/1400328000/0/2/Screenshot%202014-05-17%2011.37.41.png/z_J6k7cJlYY_OwJdKekPxFCKjfytPCeQapp59vsI_qw)

After:

![](https://photos-4.dropbox.com/t/0/AABxBrMin-mORIH6je3ya9eaPMPAKoZeJW9i2xhvdr3CwQ/12/13107408/png/2048x1536/3/1400328000/0/2/Screenshot%202014-05-17%2011.38.00.png/jzj4zakYECArIdjZtBlcSNfro45h9icsri51T5fP-sk)

Test Plan:
`make recipes/mkdown` passes.

Use to generate screenshots above.

Reviewers:

CC:
2014-05-17 11:55:06 +01:00
Daniel Gempesaw
d21ccd7065 Add recipe for gempesaw/grunt.el
Some glue between Emacs and Gruntfiles to save me from invoking grunt
tasks manually from the shell.
2014-05-16 23:52:26 -04:00
Chris Johnson
de44301e96 add recipe for powerline-evil 2014-05-16 23:08:01 -04:00
k1LoW
cc86401310 Add recipe serverspec 2014-05-16 19:02:11 +09:00
Steve Purcell
aec74eff8c Merge pull request #1715 from knu/add_operate-on-number
Add operate-on-number.
2014-05-15 13:22:45 +01:00
Akinori MUSHA
96bbf7564f Add operate-on-number. 2014-05-15 13:52:59 +09:00
Hiroaki Otsu
5a0a58522d add recipe for e2wm-direx 2014-05-15 07:00:58 +09:00
Steve Purcell
692428769c Merge pull request #1711 from dbrock/bongo
Add `recipes/bongo'
2014-05-13 08:19:58 +01:00