Add recipes: ace-mc, company-lua, helm-smex (#2628)

This commit is contained in:
moyotar 2018-06-13 06:24:19 +08:00 committed by Noam Postavsky
parent 70f32c0456
commit 5cace54134
3 changed files with 16 additions and 0 deletions

6
recipes/ace-mc.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name ace-mc
:description "Add Multiple Cursors using Ace Jump."
:website "https://github.com/mm--/ace-mc"
:type github
:depends (ace-jump-mode multiple-cursors)
:pkgname "mm--/ace-mc")

5
recipes/company-lua.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name company-lua
:description "company-mode completion backend for Lua"
:depends (company-mode)
:type github
:pkgname "ptrv/company-lua")

5
recipes/helm-smex.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name helm-smex
:description "Helm interface for smex."
:type github
:pkgname "ptrv/helm-smex"
:depends (helm smex))