revive-plus + multi-web-mode + haskellmode-emacs + auto-pair-plus recipes

This commit is contained in:
Martial 2011-12-01 17:48:09 +01:00 committed by Dimitri Fontaine
parent 08c3c77b49
commit 0ad065d681
5 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,6 @@
(:name auto-pair-plus
:description "Autopair handler to extend Autopair behavior."
:type git
:url "git://github.com/emacsmirror/auto-pair-plus.git"
:autoloads nil
:depends autopair)

View File

@ -0,0 +1,9 @@
(:name haskellmode-emacs
:description "Haskell 2010 community editing mode"
:type darcs
:url "http://code.haskell.org/haskellmode-emacs"
:build ("make compile")
:load "haskell-site-file.el"
:post-init (lambda ()
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)))

View File

@ -0,0 +1,4 @@
(:name "multi-web-mode"
:description "Multi Web Mode is a minor mode which makes web editing in Emacs much easier"
:type git
:url "git://github.com/martialboniou/multi-web-mode.git")

5
recipes/revive-plus.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name revive-plus
:website "https://github.com/martialboniou/revive-plus"
:description "Serialize your window configurations in Emacs"
:type git
:url "https://github.com/martialboniou/revive-plus.git")

4
recipes/shen-mode.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name shen-mode
:website "http://shenlanguage.org"
:type git
:url "git://github.com/eschulte/shen-mode.git")