Commit graph

4142 commits

Author SHA1 Message Date
Steve Purcell
51bfd6465e Merge pull request #1825 from zenozeng/master
add yafolding
2014-07-02 13:25:12 +01:00
Steve Purcell
41e95e41fc Merge pull request #1824 from pidu/master
Adds git-timemachine recipe.
2014-07-02 12:43:37 +01:00
Zeno Zeng
40068ef2a3 add yafolding 2014-07-02 17:21:26 +08:00
Steve Purcell
79ed807949 Add a brief packages/index.html to avoid 403s
See #1823
2014-07-02 08:27:55 +01:00
Peter Stiernström
9b8af1595b Adds git-timemachine recipe. 2014-07-02 08:41:51 +02:00
Steve Purcell
d0024be3b2 Fix package download links (closes #1822) 2014-07-01 15:52:02 +01:00
Steve Purcell
1913b6dbf2 Merge pull request #1821 from wavexx/gnus-desktop-notify
Adding gnus-desktop-notify
2014-06-30 19:24:49 +01: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
Steve Purcell
811196f7f7 Fix link to package.5.html (closes #1814) 2014-06-29 12:02:39 +01:00
Steve Purcell
c5b985b24a Merge pull request #1815 from syohex/add-smeargle
add smeargle
2014-06-29 11:59:40 +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
Steve Purcell
851fa17152 Merge pull request #1812 from retroj/master
add recipe for digistar-mode
2014-06-28 15:04:38 +01: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
Steve Purcell
d08592cabb Merge pull request #1810 from Wilfred/bison-mode
Adding a recipe for bison-mode.
2014-06-27 08:05:40 +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
Steve Purcell
4e5a4b9427 Merge pull request #1808 from linktohack/evil-space
evil-space: A port of vim-space for evil
2014-06-26 08:04:38 +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
Steve Purcell
eed9bcb1aa Merge pull request #1807 from ShingoFukuyama/master
Add readability.el
2014-06-25 09:40:42 +01: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
Steve Purcell
345cafbf53 Merge pull request #1806 from proofit404/master
Add edbi-django recipe.
2014-06-24 21:26:32 +01:00
Malyshev Artem
007c7d0013 Add edbi-django recipe. 2014-06-25 00:25:21 +04:00
Steve Purcell
0eb23a75c8 Merge pull request #1805 from proofit404/master
Move anaconda-mode back.
2014-06-24 20:28:27 +01: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
Steve Purcell
e94eec646d Merge pull request #1797 from masutaka/add-helm-ghq
Add recipe `helm-ghq`
2014-06-22 19:14:39 +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