diff --git a/recipes/flycheck-tip.rcp b/recipes/flycheck-tip.rcp new file mode 100644 index 00000000..e182e148 --- /dev/null +++ b/recipes/flycheck-tip.rcp @@ -0,0 +1,5 @@ +(:name flycheck-tip + :type github + :pkgname "yuutayamada/flycheck-tip" + :description "show you error by popup-tip" + :depends (flycheck popup)) diff --git a/recipes/helm-c-flycheck.rcp b/recipes/helm-c-flycheck.rcp new file mode 100644 index 00000000..ee84bcbb --- /dev/null +++ b/recipes/helm-c-flycheck.rcp @@ -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") diff --git a/recipes/helm-themes.rcp b/recipes/helm-themes.rcp new file mode 100644 index 00000000..fe52f480 --- /dev/null +++ b/recipes/helm-themes.rcp @@ -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") diff --git a/recipes/init-loader.rcp b/recipes/init-loader.rcp new file mode 100644 index 00000000..66c2b0f6 --- /dev/null +++ b/recipes/init-loader.rcp @@ -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")