Commit graph

1648 commits

Author SHA1 Message Date
dryman
a97867d7d9 added toml sytax highlight support 2013-02-27 17:46:12 -08:00
Steve Purcell
36e186f867 Merge pull request #558 from rdallasgray/pallet
Pallet
2013-02-27 13:11:23 -08:00
Robert Dallas Gray
99484e5272 Added pkg file to :files. 2013-02-27 21:09:34 +00:00
Robert Dallas Gray
6575654c7a Fixed indentation. 2013-02-27 20:58:41 +00:00
Robert Dallas Gray
c1b37b1aae Added Pallet. 2013-02-27 20:56:55 +00:00
Steve Purcell
4898fc6746 Merge pull request #557 from mpenet/master
adds clojure-snippets (yasnippets)
2013-02-27 12:00:18 -08:00
Max Penet
be6bdf26f5 get the snippets dir too 2013-02-27 20:01:58 +01:00
Max Penet
1efe63d786 add clojure-snippets receipe 2013-02-27 19:53:58 +01:00
Steve Purcell
59e1109406 Merge pull request #556 from doitian/ido-complete-space-or-hyphen
Add package ido-complete-space-or-hyphen
2013-02-27 03:32:15 -08:00
Donald Curtis
0c9d781158 add hexrgb recipe 2013-02-26 21:27:27 -06:00
Ian Yang
6e32d9a615 Add package ido-complete-space-or-hyphen
Make ido completes like built-in M-x does, useful when use smex or use ido to
complete other hyphen separated choices

Example
-------

Choices: "ido-foo-bar", "ido-space" "ido-test"

    | Key Sequence | Result |
    |--------------+--------|
    | i            | "i"    |
    | SPACE        | "ido-" |

Choices: "ido-foo-bar", "ido-space" "ido-test"

    | Key Sequence | Result |
    |--------------+--------|
    | i            | "i"    |
    | SPACE        | "ido " |

Choices: "ido-foo-bar", "ido-space" "idotest"

    | Key Sequence | Result |
    |--------------+--------|
    | i            | "i"    |
    | SPACE        | "ido"  |
    | SPACE        | "ido-" |

When HYPHEN can be inserted and SPACE cannot, insert HYPHEN when user enter SPACE.

Choices: "ido-foo-bar", "ido-space" "ido test"

    | Key Sequence | Result |
    |--------------+--------|
    | i            | "i"    |
    | SPACE        | "ido"  |
    | SPACE        | "ido " |

If bot HYPHEN and SPACE can be inserted, SPACE just inserts itself.
2013-02-27 07:44:14 +08:00
Steve Purcell
902eab0b2d Remove clojurescript-mode (fixes #555) 2013-02-26 19:29:08 +00:00
Donald Ephraim Curtis
69c923ab02 Merge pull request #516 from kidd/erc-image
erc-image added
2013-02-26 11:25:30 -08:00
Donald Ephraim Curtis
c846b4bad6 Merge pull request #517 from kidd/erc-tweet
erc-tweet added
2013-02-26 11:25:20 -08:00
Steve Purcell
9ca3602039 Merge pull request #554 from stsquad/mark-tools
mark-tools: a simple way to navigate historical marks
2013-02-25 07:48:43 -08:00
Alex Bennée
b5d1b78b4c mark-tools: a simple way to navigate historical marks 2013-02-25 15:46:07 +00:00
Steve Purcell
52ebde20d4 Revert "Add xpath"
This reverts commit 9d98d6cbb8.
2013-02-23 21:12:37 +00:00
Steve Purcell
9d98d6cbb8 Add xpath 2013-02-23 21:09:18 +00:00
Steve Purcell
69d0e2367d Add dom.el 2013-02-23 16:35:19 +00:00
Steve Purcell
5df15d9abc Merge pull request #552 from pd/gist-links
Correctly link to gists for github recipes
2013-02-23 08:25:18 -08:00
Kyle Hargraves
312313a744 Correctly link to gists for github recipes
This should fix the link on melpa.milkbox.net for recipes like
molokai-theme.
2013-02-23 10:20:09 -06:00
Steve Purcell
2424b0328a Merge pull request #551 from myuhe/migemo
Add migemo recipe
2013-02-23 01:52:19 -08:00
myuhe
bc70c845c6 fix typo 2013-02-23 18:49:24 +09:00
myuhe
1f65a1e0e6 Add migemo recipe 2013-02-23 08:34:23 +09:00
Steve Purcell
3275b7c8f3 Merge pull request #550 from pft/scheme-complete
Recipe for scheme-complete
2013-02-22 03:38:27 -08:00
Niels Giesen
dd3a21ad44 Recipe for scheme-complete 2013-02-22 12:31:46 +01:00
Steve Purcell
55fa57c742 Merge pull request #549 from kozo2/master
add a recipe for tc
2013-02-22 03:01:41 -08:00
Steve Purcell
58cad680da Add nurumacs 2013-02-22 10:18:29 +00:00
Steve Purcell
1d2561bee7 Add electric-case 2013-02-22 10:16:54 +00:00
Vitalie Spinu
100593705a added imenu-anywhere recipe 2013-02-21 22:53:10 +01:00
Vitalie Spinu
1e1a110bf8 add ac-math recipe 2013-02-21 21:56:40 +01:00
Steve Purcell
27c929ec2e Merge pull request #547 from dgutov/espresso
Add espresso-theme recipe
2013-02-21 02:49:43 -08:00
Dmitry Gutov
44b68e16ac Add espresso-theme recipe 2013-02-21 14:47:19 +04:00
Steve Purcell
6c7589bca1 Merge pull request #545 from Wilfred/master
Adding a recipe for ht.el
2013-02-21 00:23:07 -08:00
Wilfred Hughes
0f02cf7a6f Adding a recipe for ht, the hash table utility library 2013-02-20 22:16:03 +00:00
Steve Purcell
6450c90aeb Merge pull request #546 from syohex/git-gutter-fringe
add git-gutter-fringe recipe
2013-02-20 11:14:02 -08:00
Syohei YOSHIDA
b5f601696b add git-gutter-fringe recipe 2013-02-20 23:48:57 +09:00
Steve Purcell
d83f6897d4 Merge pull request #544 from webframp/recipe/org-jira
New org-jira recipe
2013-02-20 00:40:30 -08:00
Steve Purcell
f9b6700b79 Merge pull request #540 from the-kenny/weechat
Add recipe for weechat
2013-02-20 00:32:57 -08:00
Sean Escriva
d8e0cf77aa New org-jira recipe 2013-02-19 21:56:24 -08:00
Moritz Ulrich
dacd6c11c8 Add recipe for weechat
Signed-off-by: Moritz Ulrich <ulrich.moritz@googlemail.com>
2013-02-19 23:09:33 +01:00
Steve Purcell
2ca54d78b5 Merge pull request #528 from sabof/svg-mode-line-themes
svg-mode-line-themes recipe
2013-02-19 06:22:06 -08:00
Steve Purcell
cd19fded2d Add xmlgen recipe (see #528) 2013-02-19 10:37:02 +00:00
Steve Purcell
255588a330 Merge pull request #538 from ScottyB/ac-js2
Auto-completion for Javascript recipe.
2013-02-19 00:06:23 -08:00
Donald Ephraim Curtis
f3686dc818 Merge pull request #543 from webframp/recipe/osx-plist
[osx-plist] new recipe
2013-02-18 23:29:12 -08:00
Sean Escriva
8aaa84e4ce [osx-plist] new recipe 2013-02-18 15:29:22 -08:00
Steve Purcell
e46e6ec79f Merge pull request #542 from syohex/init-loader
Add init-loader recipe
2013-02-18 05:50:18 -08:00
Syohei YOSHIDA
5fc0f96fa5 Add init-loader recipe 2013-02-18 22:44:30 +09:00
ScottyB
4c7bb0d28c Recipe for Javascript auto-completion. 2013-02-17 22:46:24 +11:00
Steve Purcell
dbd58a2aab Merge pull request #539 from myuhe/yalinum
add yalinum to recipe
2013-02-17 03:24:42 -08:00