Commit graph

1175 commits

Author SHA1 Message Date
Steve Purcell
806420d755 Add tabbar 2012-12-16 12:32:32 +00:00
Steve Purcell
4106de59d1 Add tabbar-ruler 2012-12-16 12:32:32 +00:00
Donald Ephraim Curtis
2a4e010b04 Merge pull request #410 from jpkotta/master
add hide-lines recipe
2012-12-14 21:25:41 -08:00
Jonathan Kotta
d90d5f4ee0 add hide-lines recipe
hide-lines.el hides lines that either match or don't match a regexp.  It does not alter a buffer's content.
2012-12-14 17:24:59 -06:00
Steve Purcell
b4dc10f5b7 Add extend-dnd 2012-12-14 16:22:24 +00:00
Steve Purcell
24c94bff44 Add sudden-death 2012-12-14 16:22:24 +00:00
Steve Purcell
326793c3c8 Merge pull request #409 from gvol/master
Add non-elisp file to gap-mode
2012-12-14 08:16:50 -08:00
Ivan Andrus
7a4b54c5c7 Added gaprc file to recipe for gap-mode 2012-12-14 16:53:24 +01:00
Steve Purcell
00c7d5819a Merge pull request #407 from dgutov/iflipb
Add an iflipb recipe
2012-12-12 00:15:49 -08:00
Steve Purcell
ff9d064200 Merge pull request #406 from webframp/feature/jedi
Add recipe for jedi
2012-12-11 10:37:14 -08:00
Sean Escriva
3adbb9958a Add recipe for jedi, python autocomplete interface 2012-12-11 09:58:01 -08:00
Steve Purcell
3ee7f9f6aa Use string-equals to compare wiki content hashes, not eq 2012-12-11 11:01:05 +00:00
Steve Purcell
b1df01b4cc Add systemtap-mode 2012-12-11 10:54:13 +00:00
Dmitry Gutov
db14d02c09 Add an iflipb recipe 2012-12-11 03:49:45 +04:00
Steve Purcell
a75c955ad6 Merge pull request #405 from leoc/markup.el
Add markup.el recipe
2012-12-10 00:15:11 -08:00
Steve Purcell
29c2425981 Merge pull request #404 from leoc/elmine
Add elmine recipe
2012-12-10 00:10:13 -08:00
Arthur Andersen
3184e85727 Add elmine recipe
`elmine` is a package for accessing the redmine API via elisp.
2012-12-09 22:52:26 +01:00
Arthur Andersen
330d3ddb04 Add markup.el recipe
Markup.el is a package that provides easy markup generation via elisp.
2012-12-09 22:32:32 +01:00
Steve Purcell
17e5797ce7 Merge pull request #403 from mlf176f2/patch-3
Update recipes/org-readme
2012-12-07 12:46:01 -08:00
Matthew Fidler
32986c41b0 Update recipes/org-readme
Added texinfo documentation (generated from org-readme)
2012-12-07 14:20:58 -06:00
Steve Purcell
dc67872b64 Merge pull request #402 from tarsius/master
add tree-mode recipe
2012-12-07 08:14:38 -08:00
Jonas Bernoulli
28e1df171d add tree-mode recipe 2012-12-07 16:38:16 +01:00
Steve Purcell
ecf2a8f5fa Merge pull request #400 from dgutov/robe
Update robe recipe
2012-12-07 00:05:13 -08:00
Dmitry Gutov
d4499c95b9 Update robe recipe 2012-12-07 11:32:24 +04:00
Steve Purcell
f181a35e33 Merge pull request #399 from jonnay/emagician-fix-spell-memory
New recipe for emagician-fix-spell-memory
2012-12-06 13:09:26 -08:00
Jonathan Arkell
5e74a9b9ee New recipe for emagician-fix-spell-memory 2012-12-06 13:54:01 -07:00
Steve Purcell
dd5d9027c4 Switch bbdb-vcard recipe to @tohojo's fork
See trebb/bbdb-vcard#1 and purcell/emacs.d#51
2012-12-06 08:47:56 +00:00
Steve Purcell
51471c3d60 Fix bbdb-vcard recipe, which didn't actually include bbdb-vcard.el (see purcell/emacs.d#51) 2012-12-06 08:41:44 +00:00
Steve Purcell
01fd9ddcfc Improve debug message output, and include build durations and timestamps 2012-12-05 14:08:40 +00:00
Steve Purcell
723669901b Merge pull request #397 from dgutov/rspec
Only package rspec-mode.el
2012-12-05 00:24:52 -08:00
Dmitry Gutov
8d9b979c5c Only package rspec-mode.el 2012-12-05 10:28:03 +04:00
Steve Purcell
00236212d1 Store content hashes and timestamps for emacswiki files to minimise requests
If we can determine whether an emacswiki .el file has changed since
the last download, we can usually skip the follow-up request to
determine its last-modified timestamp.
2012-12-04 20:29:56 +00:00
Steve Purcell
00989cef16 Require lisp-mnt at the top level to avoid byte-compilation warnings 2012-12-04 20:29:56 +00:00
Steve Purcell
3c3015d189 Merge pull request #396 from mlf176f2/patch-2
Update recipes/ergoemacs-mode
2012-12-04 08:13:51 -08:00
Matthew Fidler
a21544cac4 Update recipes/ergoemacs-mode
Added additional files needed for ergoemacs-extra function.
2012-12-04 10:11:52 -06:00
Steve Purcell
21bd25490a Fix SCM URL for ergoemacs-keybindings, and rename package to ergoemacs-mode (closes #395)
The recipe (and hence package) name should match the provided feature.
2012-12-04 08:17:02 +00:00
Steve Purcell
d76cb5f9f1 Add otter-mode 2012-12-03 08:41:53 +00:00
Steve Purcell
7a55159e50 Add sql-indent 2012-12-03 08:41:48 +00:00
Steve Purcell
27f863039b Don't complain about use of cl functions 2012-12-02 16:06:14 +00:00
Steve Purcell
db731db9d9 Fix byte compilation warning; use string-to-number instead of nonexistent parse-integer 2012-12-02 16:05:44 +00:00
Steve Purcell
9648e3df89 Split wgrep recipe into separate wgrep, wgrep-ack and wgrep-helm, as the author intended 2012-12-02 15:51:20 +00:00
Steve Purcell
74deac6d8a Merge pull request #394 from Fuco1/master
add smartparens recipe
2012-12-01 09:24:29 -08:00
Fuco1
5c29404aba Add smartparens recipe 2012-12-01 16:16:05 +01:00
Steve Purcell
88a8e689cb Add org-mac-link-grabber 2012-12-01 10:50:16 +00:00
Steve Purcell
ee69e5e7b1 Add org-mac-iCal 2012-12-01 10:50:16 +00:00
Steve Purcell
736fd0b786 Merge pull request #393 from olcai/occidental-theme
Add occidental-theme
2012-11-30 05:23:21 -08:00
Erik Timan
122f468fa8 Add occidental-theme 2012-11-30 14:13:37 +01:00
Steve Purcell
e089d2933f Merge pull request #392 from dgutov/robe
Add robe recipe
2012-11-29 12:10:50 -08:00
Dmitry Gutov
4c36dc18d4 Add robe recipe 2012-11-29 21:47:05 +04:00
Steve Purcell
715370b55b Merge pull request #390 from dgutov/master
Remove the leading blank line in the readmes
2012-11-29 00:28:51 -08:00