diff --git a/recipes/elwm.rcp b/recipes/elwm.rcp new file mode 100644 index 00000000..509de834 --- /dev/null +++ b/recipes/elwm.rcp @@ -0,0 +1,6 @@ +(:name elwm + :description "Lightweight window manager for emacs" + :type github + :pkgname "Fuco1/elwm" + :depends dash + :features elwm) \ No newline at end of file diff --git a/recipes/epoch-view.rcp b/recipes/epoch-view.rcp new file mode 100644 index 00000000..0ec10208 --- /dev/null +++ b/recipes/epoch-view.rcp @@ -0,0 +1,5 @@ +(:name epoch-view + :description "Minor mode to visualize epoch timestamps" + :type github + :pkgname "emacsmirror/epoch-view" + :features epoch-view) \ No newline at end of file diff --git a/recipes/evil-nerd-commenter.rcp b/recipes/evil-nerd-commenter.rcp new file mode 100644 index 00000000..6954c191 --- /dev/null +++ b/recipes/evil-nerd-commenter.rcp @@ -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) diff --git a/recipes/haskellmode-emacs.rcp b/recipes/haskellmode-emacs.rcp new file mode 100644 index 00000000..15d53410 --- /dev/null +++ b/recipes/haskellmode-emacs.rcp @@ -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))) diff --git a/recipes/js2-highlight-vars.rcp b/recipes/js2-highlight-vars.rcp new file mode 100644 index 00000000..e4209d1d --- /dev/null +++ b/recipes/js2-highlight-vars.rcp @@ -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) diff --git a/recipes/php-electric.rcp b/recipes/php-electric.rcp new file mode 100644 index 00000000..e84a8d87 --- /dev/null +++ b/recipes/php-electric.rcp @@ -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) diff --git a/recipes/silentcomp.rcp b/recipes/silentcomp.rcp new file mode 100644 index 00000000..90af7b52 --- /dev/null +++ b/recipes/silentcomp.rcp @@ -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")