Commit Graph

10 Commits

Author SHA1 Message Date
David Holm
0c12552092 Provides an autoload for the ensime-scala-mode-hook instead of always loading it 2013-07-10 12:51:18 -07:00
Reuben Thomas
b12cd138a2 ENSIME does not strictly depend on scala2-mode, just recommends it. 2013-04-21 17:20:50 +01:00
David Holm
e25b7f5a69 Modifies ensime to be loaded from its build directory rather than source (otherwise it will fail to start the server) 2013-04-13 15:45:22 +02:00
David Holm
1743bebc83 ensime depends on scala-mode2 according to the README 2013-04-12 07:44:38 +02:00
Alex Ott
013c45f132 fix load-path for ensime recipe 2012-05-30 20:39:15 +02:00
Ryan C. Thompson
112a6c2e38 Merge branch 'lazy-fix' into recipe-auto-lambda
Conflicts:
	el-get.el
	recipes/clevercss.rcp
	recipes/coffee-mode.rcp
	recipes/full-ack.rcp
	recipes/mustache-mode.rcp
	recipes/n3-mode.rcp
	recipes/pylookup.rcp
	recipes/rhtml-mode.rcp
	recipes/sauron.rcp
	recipes/yaml-mode.rcp
2012-02-23 15:05:49 -08:00
Ryan C. Thompson
7a4490fae2 Eliminate lambdas from :post-init in recipes 2012-02-22 14:46:21 -08:00
Ryan C. Thompson
7d15faed65 Convert all github recipes to github type
This automated convertsion 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/([^/]+)/([^.]+)\.git"}{$1:pkgname "$2/$3"}' *.rcp
 # Change :type from git to github if recipe has a :pkgname property
for x in *.rcp; do if grep -q ":type.*git" $x && grep -q ":pkgname" $x; then perl -iBAK2 -lape 's/:type\s+git\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-21 15:03:03 -08:00
Lachlan Deck
e00c9c09fc Fix ensime recipe. It depends on 'scala-mode' 2011-10-14 10:55:42 +11:00
Dimitri Fontaine
6d86094816 Rename recipe files from *.el to *.rcp, assorted changes. 2011-09-06 21:22:46 +02:00