From 675fcbf953d4b9366cb1b13959ee1bf5ba8bcf65 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Tue, 5 Apr 2011 15:02:18 +0200 Subject: [PATCH] Adds reftex recipe --- recipes/reftex.el | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/reftex.el diff --git a/recipes/reftex.el b/recipes/reftex.el new file mode 100644 index 00000000..7bad4906 --- /dev/null +++ b/recipes/reftex.el @@ -0,0 +1,10 @@ +(:name reftex + :type cvs + :module "reftex" + :url ":pserver:anonymous@cvs.sv.gnu.org:/sources/auctex" + :build ("make" "make info") + :features reftex + :load-path ("lisp") + :info "doc" + :after (lambda () + (load "reftex")))