Bailey Ling
6f4f93244c
Added recipe for evil-jumper
2014-07-08 21:09:24 -04:00
John Foerch
e3150ddd66
add recipe for mowedline
2014-07-08 17:57:28 -04:00
Dieter Deyke
263f420437
Added support for fossil SCM, added recipe for vc-fossil.el, a VC backend for the fossil sofware configuration management system
2014-07-07 11:56:33 +02:00
Steve Purcell
5f576f6fab
Merge pull request #1834 from pidu/master
...
Added recipe for goto-gem.
2014-07-07 08:09:40 +01:00
Malyshev Artem
8fec8dc862
Anaconda mode doesn't depend on click any more.
2014-07-07 11:02:56 +04:00
Peter Stiernström
10dd8ff316
Added recipe for goto-gem.
2014-07-07 08:11:00 +02:00
Donald Curtis
f6ab31b937
Add @ recipe.
...
Fixes #1732 at least on linux.
2014-07-06 12:44:58 -04:00
Steve Purcell
8a9d94efc1
go-mode has moved
...
Closes #1833
2014-07-06 17:33:51 +01:00
Steve Purcell
21b02596ac
Merge pull request #1832 from tbanel/master
...
add orgtbl-ascii-plot package
2014-07-06 13:25:47 +01:00
Thierry Banel
5c35115728
add orgtbl-ascii-plot package
2014-07-05 15:59:43 +02:00
Wilfred Hughes
ff11c3cc2e
Adding a wiki recipe for sqlplus.
2014-07-05 11:35:34 +01:00
Donald Curtis
d5f24e7026
fix o-blog. look in lisp directory
2014-07-04 18:40:52 -04:00
Jack Morrison
a85e6554f7
Adds cuda-mode.
2014-07-04 12:51:53 -04:00
Steve Purcell
189e1a6089
Use github fetcher for company-auctex recipe (see #1829 )
2014-07-04 16:18:51 +01:00
Alexey Romanov
f52dff41e2
Add company-auctex
2014-07-04 18:01:20 +04:00
Matus Goljer
3b5e1bb858
Add dired-ranger
2014-07-03 23:32:21 +02:00
Dieter Deyke
94b4323345
Add tempbuf recipe.
2014-07-03 11:09:30 +02:00
Steve Purcell
17f89560f9
Add diffscuss-mode
...
/cc @tomheon
2014-07-03 08:31:09 +01:00
Steve Purcell
51bfd6465e
Merge pull request #1825 from zenozeng/master
...
add yafolding
2014-07-02 13:25:12 +01:00
Zeno Zeng
40068ef2a3
add yafolding
2014-07-02 17:21:26 +08:00
Peter Stiernström
9b8af1595b
Adds git-timemachine recipe.
2014-07-02 08:41:51 +02:00
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
Antoine R. Dumont
001b2a8825
Update org-trello's packaging composed of multiple files.
...
This duplicates org-trello's https://github.com/org-trello/org-trello/blob/master/Caskdefinition .
Tested against my fork ardumont/org-trello on dev branch 0.4.4
+ M-x package-install-file
2014-05-12 21:34:26 +02:00
Daniel Brockman
d402e901a1
Add `recipes/bongo'
2014-05-12 17:23:30 +02:00
Steve Purcell
c39faef3b9
Merge pull request #1710 from bling/master
...
add receipe for wgrep-pt
2014-05-12 09:25:13 +01:00
Hiroki Yoshida
fce916635c
minibuf-isearch
2014-05-12 08:44:27 +01:00
Steve Purcell
dfaeb33dec
Merge pull request #1708 from jtatarik/magit-gitflow
...
Add recipe for magit-gitflow
2014-05-12 08:40:22 +01:00
Steve Purcell
32df859f40
Merge pull request #1706 from vitoshka/master
...
add polymode recipe
2014-05-12 08:33:52 +01:00
Vitalie Spinu
9c2a5814c5
add polymode recipe
2014-05-11 15:27:12 -07:00
Bailey Ling
0868a56d72
add receipe for wgrep-pt
2014-05-11 11:04:59 -04:00
Jan Tatarik
35cfc80dc4
Add recipe for magit-gitflow
2014-05-10 23:27:41 +02:00
steckerhalter
9f50bb1fd6
add discover-my-major recipe
2014-05-10 09:48:25 +02:00
Damien Cassou
77b52603ef
Pillar repository moved
...
I'm the author and package maintainer of pillar and I've just moved its
repository to a dedicated team on github.
Old location:
https://github.com/DamienCassou/pillar-mode
New location:
https://github.com/pillar-markup/pillar-mode
2014-05-09 11:11:05 +02:00
Steve Purcell
0f0750a3f9
Merge pull request #1695 from patbl/master
...
add recipe for colemak-evil
2014-05-09 07:33:46 +01:00
Steve Purcell
37b4f3dce0
Add eprime-mode
2014-05-08 15:58:02 +01:00
Andrey Kotlarski
6ed74aa1bc
Add recipe for eww-lnum.
2014-05-07 20:37:13 +03:00
Harry Schwartz
daaf8e73e4
Add recipe for engine-mode
...
Minor mode for defining and querying search engines through Emacs.
2014-05-06 15:39:49 -04:00
Steve Purcell
18725e799e
Merge pull request #1697 from chmouel/gerrit-download
...
Add gerrit-download
2014-05-06 08:18:45 +01:00
Steve Purcell
0670b42c0c
Merge pull request #1700 from nlamirault/master
...
Add gotest.el and phpunit.el projects
2014-05-05 12:13:15 +01:00
Steve Purcell
46b8586e9a
Merge pull request #1699 from gridaphobe/master
...
add recipe for evil-god-state
2014-05-05 09:41:59 +01:00
Steve Purcell
baea9f16e2
Merge pull request #1694 from dougm/vagrant-tramp
...
Add recipe for vagrant-tramp
2014-05-05 09:19:28 +01:00
Nicolas Lamirault
55ca9be52b
Add phpunit.el project
2014-05-05 09:31:38 +02:00
Nicolas Lamirault
eee8586fd0
Add gotest.el project
2014-05-05 09:29:42 +02:00
Doug MacEachern
0401ef0147
Add recipe for vagrant-tramp
...
Vagrant method for TRAMP
2014-05-04 15:57:52 -07:00
Eric Seidel
75e9583c0a
add recipe for evil-god-state
2014-05-04 10:50:51 -07:00
Chmouel Boudjnah
fa571ae5ed
Add gerrit-download
2014-05-03 21:39:17 +02:00
Chmouel Boudjnah
93b76895d4
Add message-x
...
http://www.emacswiki.org/cgi-bin/wiki/message-x.el
2014-05-03 21:32:01 +02:00
Patrick Brinich-Langlois
7a5cd15edd
add recipe for colemak-evil
2014-05-02 23:43:48 -07:00
Steve Purcell
45d5126af5
Merge pull request #1693 from tmalsburg/master
...
Add recipe for helm-bibtex
2014-04-30 21:52:06 +01:00
Titus von der Malsburg
d5548f531d
Add recipe for helm-bibtex
...
Helm-bibtex is a helm plugin for searching Bibtex entries. It displays the matching entries in a nicely formatted list and provides some convenient functions for managing a bibliography. For more details and a screenshot see https://github.com/tmalsburg/helm-bibtex
2014-04-30 18:38:32 +01:00
Doug MacEachern
d55ccfd163
Add recipe for go-projectile
...
Go language related add-ons for Projectile
2014-04-30 10:24:44 -07:00
Steve Purcell
f7cc000deb
Merge pull request #1691 from dougm/magit-gerrit
...
Add recipe for magit-gerrit
2014-04-30 08:08:14 +01:00
Doug MacEachern
f815725ebc
Add recipe for magit-gerrit
...
Magit plugin for Gerrit Code Review
2014-04-29 10:18:01 -07:00
Dror Levin
d7b2407c82
Add recipe for helm-projectile-all
2014-04-29 19:54:48 +03:00
Magnus Henoch
32e6bab9ce
Include documentation in EMMS package
2014-04-29 13:34:02 +01:00
Wilfred Hughes
8b08637fbc
Adding a recipe for flycheck-pyflakes.
...
This is a simple package that adds support for pyflakes to flycheck.
2014-04-29 00:29:05 +01:00
Steve Purcell
e4d6e9935e
Merge pull request #1685 from NicolasPetton/master
...
Adds recipe for `amd-mode`
2014-04-28 11:17:06 +01:00
Bailey Ling
b464fde131
add recipe for pt.el
2014-04-27 13:07:55 -04:00
Nicolas Petton
ad959663aa
Adds recipe for amd-mode
2014-04-27 14:32:28 +02:00
Donald Ephraim Curtis
9246cef940
Merge pull request #1679 from roman/master
...
Add navorski recipe
2014-04-26 15:55:44 -07:00
Erik Hetzner
9d63462b16
add recipe for org-caldav
2014-04-26 11:12:08 -07:00
Hiroaki Otsu
df18a3db1d
add recipe for owdriver
2014-04-27 00:10:20 +09:00
7696122
e8df1b4909
Rename package from smart-cursor-color-mode to smart-cursor-color.
2014-04-26 10:14:01 +09:00
Roman Gonzalez
cc45b9243c
Add navorski recipe
2014-04-25 15:13:28 -07:00
Steve Purcell
e8e06a916a
Merge pull request #1676 from asok/peep-dired-recipe
...
Add peep-dired recipe.
2014-04-25 19:34:30 +01:00
Steve Purcell
e204fb4d67
Merge pull request #1678 from svend/password-store
...
Update password-store repository
2014-04-25 09:09:25 +01:00
Svend Sorensen
7b29571e71
Update password-store repository
...
The password-store Emacs package is now in the upstream password-store
repository under contrib/emacs.
2014-04-24 19:35:38 -07:00
asok
66f5a853fe
Add peep-dired recipe.
2014-04-23 21:29:52 +02:00
7696122
4f72d62cab
Add evil-terminal-cursor-changer recipe for melpa.
2014-04-23 19:59:19 +09:00
7696122
cd8fd44b2c
Add smart-cursor-color recipe for melpa.
2014-04-23 19:57:24 +09:00
Hiroki Yoshida
1797dc91d4
hiwin
2014-04-23 17:27:25 +09:00
Fanael Linithien
8f5a6b308c
Add relative-line-numbers.
2014-04-22 20:09:40 +02:00
Donald Ephraim Curtis
9cac36b71f
Merge pull request #1670 from egh/recipe_speck
...
add recipe for speck
2014-04-21 21:52:51 -07:00
Erik Hetzner
d4cfd2279d
add recipe for speck
2014-04-21 18:32:23 -07:00
Steve Purcell
307febea5a
Merge pull request #1668 from sachac/beeminder
...
Add beeminder recipe
2014-04-21 20:26:46 +01:00
Steve Purcell
b4b2847427
Merge pull request #1660 from ian-kelling/master
...
Create bbdb-csv-import recipe
2014-04-21 10:56:23 +01:00
Steve Purcell
a3b80d346a
Merge pull request #1658 from naiquevin/pr-sphinx-doc
...
Add recipe for sphinx-doc
2014-04-20 19:18:19 +01:00
Steve Purcell
dc50f42cca
Merge pull request #1667 from egh/recipe_zotxt
...
add zotxt recipe
2014-04-20 19:16:48 +01:00
Vineet
c84f8a579c
Add recipe for sphinx-doc
2014-04-20 23:11:00 +05:30
Erik Hetzner
56e9c4aefb
add zotxt recipe
2014-04-20 10:39:40 -07:00
Steve Purcell
be359a6757
Add lib/hyperspec.el back into slime ( closes #1665 )
2014-04-20 13:22:40 +01:00
Ian Kelling
319a07f93e
Create bbdb-csv-import recipe
...
I am the author of a new package bbdb-csv-import, which imports csv
formatted contact data from programs such as outlook, thunderbird,
gmail, etc into bbdb version 3+.
2014-04-18 18:59:36 -07:00
Steve Purcell
d2fc7cc7ce
Merge pull request #1657 from bbatsov/persp-projectile
...
Add persp-projectile
2014-04-18 16:35:00 +01:00
Bozhidar Batsov
c71f84fb39
Add persp-projectile
2014-04-18 18:21:10 +03:00
Steve Purcell
4145e270a2
Merge pull request #1656 from nlamirault/master
...
Add Cerbere. phpunit.el and gotest.el are deprecated
2014-04-18 10:17:38 +01:00
Steve Purcell
da2d6d4e1f
Don't include "lib" in slime recipe
...
That dir contains bundled copies of core elisp like ert.el and cl-lib,
but the Package-Requires header in slime.el ensures the latter is
installed, and presumably the former is not required for end users.
2014-04-18 08:27:28 +01:00
Steve Purcell
4fd6795151
Merge pull request #1649 from jrnold/stan-snippets
...
added stan-snippets recipe
2014-04-18 08:18:03 +01:00
Steve Purcell
40009ef2f6
Add timesheet ( closes #1638 )
2014-04-18 07:28:31 +01:00
Nicolas Lamirault
e3183c4bd0
Add Cerbere. phpunit.el and gotest.el are deprecated
2014-04-17 18:03:46 +02:00
Donald Curtis
91e00b6860
Make stan-mode point to the correct repository.
2014-04-15 20:28:33 -07:00
Ian Kelling
6462f3ee49
Update visible-mark recipe
...
* recipes/visible-mark: Change from abandoned emacswiki source to
maintained git repo
I am a new maintainer moving to a git repo from emacswiki source last
updated 2008. New source contains multiple bug fixes and improvements
while keeping compatibility with the old version.
2014-04-15 12:06:37 -07:00
Johann Klähn
2243fbbcfe
Add clang-format
...
https://github.com/kljohann/clang-format.el
2014-04-14 23:18:39 +02:00
Sacha Chua
bfbe7a1465
Add beeminder recipe
...
This is an unofficial module that allows you to update Beeminder, a goal visualization service. You can integrate it with Org. The blog post is at http://www.philnewton.net/blog/beeminder-for-emacs/ , and the repository is at https://github.com/sodaware/beeminder.el . I contribute to it.
2014-04-14 16:07:44 -04:00
Steve Purcell
c380d6e5c8
Merge pull request #1652 from Bruce-Connor/master
...
Specify files for paradox recipe
2014-04-14 20:33:46 +01:00
Steve Purcell
a12a518734
Merge pull request #1653 from atykhonov/iregister
...
Recipe for iregister package
2014-04-14 19:29:56 +01:00
Andrey Tykhonov
145774da91
Recipe for iregister package.
2014-04-14 20:29:50 +03:00
Artur Malabarba
cc36aa3830
Specify files for paradox recipe
2014-04-14 18:08:06 +01:00
Steve Purcell
7683f62a08
Merge pull request #1637 from nlamirault/master
...
Add GoTest recipe
2014-04-14 15:16:43 +01:00
Steve Purcell
d44c54e166
Merge pull request #1647 from jrnold/stan-mode
...
updated stan-mode recipe
2014-04-13 18:28:52 +01:00
Steve Purcell
8b5a98ae87
Merge pull request #1650 from Bruce-Connor/master
...
Add recipe for Paradox Package Menu
2014-04-13 14:01:50 +01:00
Artur Malabarba
b856e0a984
Add recipe for Paradox Package Menu
2014-04-13 12:04:05 +01:00
Jeff Arnold
ccfdca80c7
added stan-snippets recipe
2014-04-13 03:59:08 -04:00
Jeff Arnold
fec29987e5
add auto-complete directory
2014-04-13 03:41:31 -04:00
Jeff Arnold
dfd724ab55
updated stan-mode recipe
2014-04-13 03:31:04 -04:00
Steve Purcell
669342d2b3
Merge pull request #1643 from thierryvolpiatto/psession
...
* recipes/psession: Add psession package.
2014-04-12 19:29:53 +01:00
Steve Purcell
a497aec6e2
Merge pull request #1641 from thierryvolpiatto/addressbook-bookmark
...
* recipes/addressbook-bookmark: Add addressbook-bookmark.el file.
2014-04-12 19:05:00 +01:00
Steve Purcell
66aa4c3b43
Merge pull request #1642 from thierryvolpiatto/iterator
...
* recipes/iterator: Add iterator package.
2014-04-12 19:02:08 +01:00
Steve Purcell
6cb8a93841
Merge pull request #1644 from thierryvolpiatto/pcomplete-extension
...
* recipes/pcomplete-extension: Add pcomplete-extension package.
2014-04-12 19:01:19 +01:00
Steve Purcell
b0a9277f1a
Merge pull request #1646 from thierryvolpiatto/zop-to-char
...
* recipes/zop-to-char: Add zop-to-char package.
2014-04-12 17:03:09 +01:00
Steve Purcell
1852b75c82
Merge pull request #1645 from thierryvolpiatto/rectangle-utils
...
* recipes/rectangle-utils: Add rectangle-utils package.
2014-04-12 17:01:40 +01:00
Thierry Volpiatto
c080f83aad
* recipes/addressbook-bookmark: Add addressbook-bookmark.el file.
2014-04-12 15:54:14 +02:00
Thierry Volpiatto
0571427eb9
Add iterator package.
2014-04-12 10:27:43 +02:00
Thierry Volpiatto
e57d69d5b6
Add pcomplete-extension package.
2014-04-12 10:26:19 +02:00
Thierry Volpiatto
900eaa8f43
Add psession package.
2014-04-12 10:24:06 +02:00
Thierry Volpiatto
df879deaaf
Add rectangle-utils package.
2014-04-12 10:21:59 +02:00
Thierry Volpiatto
daef16838d
Add zop-to-char package.
2014-04-12 10:20:15 +02:00
Sacha Chua
685dfbdf76
Add miniedit recipe
...
* recipes/miniedit: New recipe: Enhanced editing for minibuffer fields
I don't maintain the package, I just find it really handy for editing things like M-: (eval-expression), replace-regexp, etc.
Package repository: https://github.com/emacsmirror/miniedit
2014-04-11 17:10:37 -04:00
Kozo Nishida
53ff364852
add worf recipe
2014-04-11 16:31:39 +09:00
Nicolas Lamirault
685bc8cef7
Add GoTest recipe
2014-04-10 14:01:22 +02:00
Steve Purcell
c6c8ca1a3b
Add initial el-get recipe (see #1631 )
2014-04-10 10:37:06 +01:00
Steve Purcell
6a88a29090
Merge pull request #1635 from aki2o/direx-grep
...
add recipe for direx-grep
2014-04-10 10:06:18 +01:00
tim dixon
6c8f2b5ab0
Added 'firebelly-theme'.
2014-04-10 10:03:55 +01:00
Hiroaki Otsu
cde5a924c0
add recipe for direx-grep
2014-04-10 17:38:07 +09:00
Syohei YOSHIDA
3564a9694a
Add dired-k recipe
2014-04-08 12:35:54 +09:00
Fanael Linithien
f5389a627d
Add stekene-theme.
2014-04-07 16:24:09 +02:00
Steve Purcell
7ebbf43647
Merge pull request #1629 from dgtized/rails-log-mode
...
Add rails-log-mode recipe
2014-04-07 10:26:22 +01:00
Charles Comstock
688e69baab
Add rails-log-mode recipe
...
Emacs Major mode for viewing Rails log files
https://github.com/ananthakumaran/rails-log-mode
I'm not affiliated with the package, but I had this response when I inquired about
submitting the recipe: https://github.com/ananthakumaran/rails-log-mode/issues/1
2014-04-06 22:58:38 -05:00
Fabián Ezequiel Gallina
5d2cb99195
Added rcirc-alertify recipe
2014-04-06 22:23:13 -03:00
Steve Purcell
975aadd9fe
Merge pull request #1627 from Fanael/master
...
Add rainbow-identifiers.
2014-04-06 18:55:35 +01:00
Fanael Linithien
0141758695
Add rainbow-identifiers.
2014-04-06 19:37:06 +02:00
Johann Klähn
5823b468f6
Add turnip
...
https://github.com/kljohann/turnip.el
2014-04-06 19:14:09 +02:00
Thomas Järvstrand
c6b71c062f
Add edts recipe
2014-04-06 15:32:18 +02:00
Melpa
df23138073
fix 'projmake-mode' recipe
2014-04-06 05:56:46 -07:00
Steve Purcell
1f23db7563
Merge pull request #1625 from aki2o/guide-key-tip
...
add recipe for guide-key-tip
2014-04-06 11:28:17 +01:00
Hiroaki Otsu
73482ed745
add recipe for guide-key-tip
2014-04-06 17:52:03 +09:00
steckerhalter
8a06c04411
added ipretty recipe
2014-04-05 19:09:50 +02:00
Alex Kost
19d6904e2c
Add recipe for ducpel
2014-04-05 11:17:10 +04:00
Hiroaki Otsu
22b72bbef6
add recipe for org-link-travis
2014-04-05 07:18:43 +09:00
Steve Purcell
036b4b67a2
Merge pull request #1616 from nlamirault/master
...
Add phpunit.el
2014-04-04 08:25:37 +01:00
Oleh Krehel
af0bbb6cb5
Update make-it-so
2014-04-02 13:21:41 +02:00
Oleh Krehel
f4d5532398
Add ace-link
2014-04-02 10:58:58 +02:00
Oleh Krehel
f59685b098
Add make-it-so
2014-04-02 09:33:44 +01:00
Nicolas Lamirault
74eece215e
Add PhpUnit.el
2014-04-01 18:07:50 +02:00
Kyle Meyer
f2c2554c42
Add Bog
2014-04-01 00:24:28 -04:00
Brian Zwahr
7c029ac2fe
Added recipe for emacsagist.
2014-03-31 13:42:04 -05:00
Dmitry Gutov
d58a02717b
Update robe recipe
2014-03-31 08:40:05 +03:00
Steve Purcell
b087d151b0
Add seclusion-mode
2014-03-30 21:04:25 +01:00
Steve Purcell
88ed6db7b5
Add helm-google
...
Closes #1610
Closes https://github.com/steckerhalter/helm-google/issues/1
2014-03-30 19:21:02 +01:00
Steve Purcell
465a112393
Add google.el
...
See https://github.com/steckerhalter/helm-google/issues/1
2014-03-30 19:20:06 +01:00
Steve Purcell
0976c82a22
Merge pull request #1607 from wcsmith/master
...
Add evil-args
2014-03-30 10:20:01 +01:00
Steve Purcell
07609fd557
Merge pull request #1609 from ikame/master
...
Add minimal-theme recipe
2014-03-29 20:20:40 +00:00
Steve Purcell
3e4638dc53
Add 2048-game
2014-03-29 20:18:14 +00:00
ikame
1114ae6eeb
Add minimal-theme recipe
2014-03-29 17:57:51 +01:00
Taichi KAWABATA
966022ed34
New recipes for 'ivariants'.
2014-03-29 18:50:07 +09:00
wcsmith
871beee388
Add evil-args
2014-03-28 13:59:54 -07:00
Kim Silkebækken
cce083c018
Add distinguished-theme
2014-03-28 19:16:10 +01:00
rocky
819774c3f1
Add debugger code for node.js.
2014-03-27 20:48:58 -04:00
Fanael Linithien
d14ec2825f
Add highlight-blocks.
2014-03-27 19:11:04 +01:00
Steve Purcell
159ce4c432
Merge pull request #1601 from proofit404/recipe/anaconda-mode
...
Replace company-jedi with anaconda-mode recipe.
2014-03-27 08:24:22 +00:00
Malyshev Artem
8277b065b1
Replace company-jedi with anaconda-mode recipe.
2014-03-27 10:24:02 +04:00
Oleh Krehel
033a63bc1d
Add ace-window
2014-03-26 18:20:08 +01:00
Artur Malabarba
477c36beff
Recipe for fancy-narrow
2014-03-26 12:05:58 +00:00
Steve Purcell
36d82e64af
Merge pull request #1597 from NicolasPetton/master
...
Adds recipe for niflheim-theme
2014-03-25 20:00:32 +00:00
Markus Hauck
add65bc1af
Add recipe: helm-proc
2014-03-25 18:49:23 +01:00
Nicolas Petton
ad6682cf3f
Adds recipe for niflheim-theme
2014-03-25 10:56:59 +01:00
Steve Purcell
2814c10a49
Add minesweeper
2014-03-24 16:47:56 +00:00
Markus Hauck
34ec42f773
Add recipe: helm-hayoo
2014-03-23 13:33:24 +01:00
Wilfred Hughes
ecf5417c17
Adding a tco recipe.
2014-03-22 18:06:50 +00:00
Steve Purcell
e78ed9dc4a
Merge pull request #1593 from masutaka/add-blgrep
...
Add recipe `blgrep`
2014-03-21 15:02:04 +00:00
Shingo Fukuyama
d022d082bb
Add ov
...
Would you add this?
https://github.com/ShingoFukuyama/ov.el
This is an overlay library for Emacs.
I always write overlay manipulations almost the same way,
and think default overlay function names are inconsistent.
2014-03-21 23:47:15 +09:00
Takashi Masuda
2dd0847fd1
Add recipe blgrep
2014-03-21 23:44:40 +09:00
Donald Curtis
96dc9a8b1f
add flatui-theme
2014-03-20 12:22:51 -04:00
Steve Purcell
a812594901
Merge pull request #1590 from atilaneves/master
...
Recipe for flycheck-dmd-dub
2014-03-19 18:15:07 +00:00
Hiroaki Otsu
2c7a47f63e
add recipe for caskxy
2014-03-19 20:19:29 +09:00
Steve Purcell
e3297d07ed
Merge pull request #1591 from ardumont/org-trello-repo-migrated
...
org-trello is now org-trello/org-trello github repository
2014-03-19 09:14:01 +00:00
Antoine R. Dumont
e34907a6a2
Change org-trello to its own github organization repository.
2014-03-19 09:35:30 +01:00
Atila Neves
82807330e1
Recipe for flycheck-dmd-dub
2014-03-19 00:35:39 +01:00
Steve Purcell
966fb64ef7
Merge pull request #1588 from tkf/jedi-0.2.0alpha2
...
Include setup.py in jedi.el package
2014-03-18 10:18:33 +00:00
Sebastian Wiesner
0b677d6733
Point Tuareg recipe to Github
...
Tuareg seems to be on Github now, see https://github.com/ocaml/tuareg .
It's some commits ahead of the previous repo at [Ocaml Forge](https://forge.ocamlcore.org/projects/tuareg/ ), but I'm not sure whether it's really the official repo now. See https://github.com/ocaml/tuareg/issues/2
2014-03-17 17:57:51 +01:00
Takafumi Arakaki
46ec6b7cc6
Include setup.py in jedi.el package
...
Note that requirements.txt is not needed anymore because it was removed
from emacs-jedi package sometime ago.
2014-03-17 16:29:34 +01:00
Steve Purcell
795b8723e1
Merge pull request #1587 from yukihr/add-pow
...
Add recipe: pow
2014-03-17 14:33:35 +00:00
k1LoW
689ac50fc2
Add recipe anything-replace-string
2014-03-17 19:47:44 +09:00
Steve Purcell
b1948eca5a
Merge pull request #1585 from yasuhito/orgbox
...
Add orgbox
2014-03-17 09:19:18 +00:00
Yasuhito Takamiya
85b0e65a2a
orgbox is a Mailbox-like task scheduling in org agenda.
...
https://github.com/yasuhito/orgbox
2014-03-17 17:35:22 +09:00
k1LoW
c4d2c16b94
Add recipe anything-exuberant-ctags
2014-03-17 10:33:14 +09:00
Steve Purcell
54b9ae6fc1
Merge pull request #1340 from yasuyk/benchmark-init
...
Add benchmark-init
2014-03-16 19:47:20 +00:00
k1LoW
a7385a3e06
Add recipe auto-complete-exuberant-ctags
2014-03-16 01:23:54 +09:00
Steve Purcell
b8b728c2ca
Merge pull request #1582 from k1LoW/add-ac-cake2
...
Add recipe `ac-cake2`
2014-03-15 14:01:10 +00:00
k1LoW
1394128de8
Add recipe ac-cake2
2014-03-15 22:40:28 +09:00
k1LoW
b8370fc36f
Add recipe ac-cake
2014-03-15 22:16:18 +09:00
Steve Purcell
535577ce57
Merge pull request #1580 from tomjakubowski/master
...
Add recipe for dark-souls package
2014-03-14 12:01:48 +00:00
Tom Jakubowski
3aff41f56e
add dark-souls recipe
2014-03-14 04:30:41 -07:00
Takashi Masuda
cc55242409
Add recipe clmemo
2014-03-14 20:18:37 +09:00
Steve Purcell
18e38d9cdb
Merge pull request #1576 from k1LoW/add-cake2
...
Add recipe `cake2`
2014-03-14 08:10:05 +00:00
Steve Purcell
86ed5054ee
Merge pull request #1575 from k1LoW/add-cake
...
Add recipe `cake`
2014-03-14 08:09:52 +00:00
Steve Purcell
bd75334913
Merge pull request #1574 from ivoarch/master
...
Add monochrome-theme recipe
2014-03-14 08:09:04 +00:00
k1LoW
33352c45af
Add recipe cake
2014-03-14 11:02:03 +09:00
k1LoW
c18d209d05
Add recipe cake2
2014-03-14 11:00:15 +09:00
Steve Purcell
f78796a883
mtgox package has been renamed to btc-ticker
...
Closes #1578
2014-03-13 13:40:53 +00:00
myuhe
b5f290ce7e
Add org-gcal recipe.
2014-03-13 19:46:33 +09:00
Steve Purcell
77c46238b6
Merge pull request #1570 from k1LoW/add-cake-inflector
...
Add recipe `cake-inflector`
2014-03-13 08:08:54 +00:00