Commit Graph

8 Commits

Author SHA1 Message Date
Dimitri Fontaine
88380ca334 Add ':description' for recipes without it
Conflicts:

	recipes/bookmark+.el
	recipes/color-theme-zenburn.el
	recipes/dired-plus.el
	recipes/imaxima.el
	recipes/js2-mode.el
	recipes/nxhtml.el
	recipes/python-mode.el
	recipes/python-pep8.el
	recipes/rvm.el
	recipes/smartchr.el
	recipes/tuareg-mode.el
2011-08-14 19:04:26 +02:00
Ethan Glasser-Camp
e1206258c5 Improve support for emacsmirror packages
Provide a shortcut, :type emacsmirror.

(:name foo :type emacsmirror)

is equivalent to

(:name foo :type git :url "http://github.com/emacsmirror/foo.git")

except that the URL is user-configurable by customize.  We default to
http, but the user can choose https or git protocols if they prefer.

Additionally, we retrofit old recipes to use this shortcut.  Any
package whose name matches its emacsmirror repo name
qualifies.  Certain packages, such as sunrise-x-*, are no longer
entire git repositories, and so don't qualify.  bookmark+
does not qualify because its name in emacsmirror is spelled
bookmark-plus.  Similarly, color-theme-zenburn is just called zenburn,
so cannot be simplified this way.

We also add a few new recipes for emacsmirror packages, since it's so easy.
2011-07-14 19:48:20 -04:00
Nikolai Prokoschenko
2e3aad88e0 Use GitHub's mirror for python-mode (older systems like SLES11 don't understand lp:* addresses) 2011-06-15 05:34:01 -07:00
Dimitri Fontaine
b08fbfd2bb Implement `el-get-is-lazy' and assorted properties, :prepare and :post-init and :lazy.
Also change all recipes using :after to now use :post-init, and fix
blender-python-mode to rely on :prepare, which it seems to be needing.

Removing :features and :load from recipes where it's possible to be lazy is
scheduled for a later patch...
2011-02-24 22:03:47 +01:00
Andrey Smirnov
79962c02d6 Fix typo in python-mode recipe (missing whitespace) 2011-01-31 04:02:30 +08:00
Sergei Lebedev
e4d48f69da Fixed :after in python-mode recipe - first argument of (add-to-list ...) should be a symbol 2011-01-19 21:33:44 +08:00
Kanak Kshetri
315405a736 Python-related recipes.
Added recipe for ipython.el
Fixed initialization of pylookup and python-mode.
2011-01-03 00:22:22 +08:00
Thomas Jost
bf87b10f12 New recipes: folding, ioccur, python-mode 2010-11-19 22:04:53 +08:00