Merge pull request #1676 from wiedzmin/master

A bunch of recipes
This commit is contained in:
Dimitri Fontaine 2014-03-31 21:29:52 +02:00
commit bdb02d4744
7 changed files with 43 additions and 0 deletions

6
recipes/elwm.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name elwm
:description "Lightweight window manager for emacs"
:type github
:pkgname "Fuco1/elwm"
:depends dash
:features elwm)

5
recipes/epoch-view.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name epoch-view
:description "Minor mode to visualize epoch timestamps"
:type github
:pkgname "emacsmirror/epoch-view"
:features epoch-view)

View File

@ -0,0 +1,6 @@
(:name evil-nerd-commenter
:website "http://github.com/redguardtoo/evil-nerd-commenter"
:description "Comment/uncomment lines efficiently. Like Nerd Commenter in Vim"
:type github
:pkgname "redguardtoo/evil-nerd-commenter"
:depends evil)

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 (progn
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)))

View File

@ -0,0 +1,6 @@
(:name js2-highlight-vars
:description "Variable occurrencies (of the variable under cursor) highlighting for js2 mode"
:type http
:url "http://mihai.bazon.net/projects/editing-javascript-with-emacs-js2-mode/js2-highlight-vars-mode/js2-highlight-vars.el"
:features js2-highlight-vars
:depends js2-mode)

6
recipes/php-electric.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name php-electric-custom
:description "Electric submode for the php-mode"
:type http
:url "http://www.stcamp.net/share/php-electric.el"
:depends php-mode-improved
:features php-electric)

5
recipes/silentcomp.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name silentcomp
:description "Compile time setup for proper compilation"
:type http
:url "http://larch.cs.iastate.edu/emacs/ecb/silentcomp.el"
:load "silentcomp.el")