merge some new recipes

Merge remote-tracking branches 'upstream/pr/1914', 'upstream/pr/1915',
'upstream/pr/1916' and 'upstream/pr/1917'
This commit is contained in:
Noam Postavsky 2014-10-04 11:55:28 -04:00
4 changed files with 22 additions and 0 deletions

5
recipes/flycheck-tip.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name flycheck-tip
:type github
:pkgname "yuutayamada/flycheck-tip"
:description "show you error by popup-tip"
:depends (flycheck popup))

View File

@ -0,0 +1,6 @@
(:name helm-c-flycheck
:website "https://github.com/yasuyk/helm-flycheck"
:description "Show flycheck errors with helm."
:type github
:depends (helm flycheck)
:pkgname "yasuyk/helm-flycheck")

6
recipes/helm-themes.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name helm-themes
:website "https://github.com/syohex/emacs-helm-themes"
:description "Emacs themes selection with helm interface."
:type github
:depends helm
:pkgname "syohex/emacs-helm-themes")

5
recipes/init-loader.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name init-loader
:website "https://github.com/emacs-jp/init-loader"
:description "It enables you to categorize your configurations and separate them into multiple files."
:type github
:pkgname "emacs-jp/init-loader")