New recipe for htmlize, some fixes in other recipes.

This commit is contained in:
Dimitri Fontaine 2011-06-26 20:54:51 +02:00
parent 91f1c91f90
commit 7276bffc58
3 changed files with 9 additions and 4 deletions

View File

@ -4,9 +4,8 @@
:type git
:url "git://git.savannah.nongnu.org/bbdb.git"
:load-path ("./lisp")
:build `(,(concat "make EMACS=" el-get-emacs "-C lisp"))
:build `(,(concat "make VMDIR= EMACS=" el-get-emacs " -C lisp bbdb autoloadsc"))
:features bbdb
:autoloads nil
:post-init (lambda () (bbdb-initialize))
:info "texinfo")
:post-init (lambda () (bbdb-initialize)))

5
recipes/htmlize.el Normal file
View File

@ -0,0 +1,5 @@
(:name htmlize
:website "http://www.emacswiki.org/emacs/Htmlize"
:description "Convert buffer text and decorations to HTML."
:type http
:url "http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.cgi")

View File

@ -1,4 +1,5 @@
(:name offlineimap
:type git
:url "git://git.naquadah.org/offlineimap-el.git"
:features offlineimap)
:features offlineimap
:depends nognus) ; or you don't have (require 'gnus-load)