Commit Graph

5 Commits

Author SHA1 Message Date
David Holm
d1588522fb expand-region comes with an autoload 2014-04-24 11:19:35 +02:00
Szymon Nowak
3ed2d2ba68 Fix expand-region recipe. Fixes #826. 2012-07-31 13:43:34 +02:00
Ryan C. Thompson
b7b63dfcb4 Convert more recipes to github type
This automated conversion was done with the following sequence of
commands:

    cd recipes
    # Replace :url with :pkgname "user/repo"
    perl -iBAK -lape 's{^(\s*):url\s+".*github.com/([A-Za-z0-9.-]+)/([A-Za-z0-9.-]+)\.git"}{$1:pkgname "$2/$3"}' *.rcp
    # Change :type from git to github if recipe has a :pkgname property
    for x in *.rcp; do if pcregrep -q ":type\s+git\b" $x && grep -q ":pkgname" $x; then perl -iBAK2 -lape 's/:type\s+git(hub)?\b/:type github/g' $x; fi; done
    # Clean up backup files
    rm -f *BAK *BAK2
    cd ..

These commands may be repeated at any time in the future to convert
newly-added recipes.
2012-02-29 09:31:09 -08:00
Takafumi Arakaki
3138b7286b Add an autoload to expand-region.rcp 2012-02-29 16:32:14 +01:00
Rüdiger Sonderfeld
8c9285cc92 Added recipe for expand-region
See https://github.com/magnars/expand-region.el#readme

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2012-01-28 14:27:55 +01:00