Add the jump package (include inflections) and adjust the dependencies

This commit is contained in:
Aaron Fischer 2017-06-26 20:42:59 +02:00
parent 290a2f9c79
commit 5fba23485b
3 changed files with 7 additions and 2 deletions

View File

@ -2,5 +2,5 @@
:description "Helm extension for Rails projects"
:type github
:pkgname "asok/helm-rails"
:depends (helm magit inflections)
:depends (helm magit jump)
:features helm-rails-loaddefs)

5
recipes/jump.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name jump
:description "Defining function which contextually jump between files"
:type github
:pkgname "eschulte/jump.el"
:website "https://github.com/eschulte/jump.el")

View File

@ -2,4 +2,4 @@
:type github
:pkgname "asok/projectile-rails"
:description "Minor mode for Rails projects based on projectile-mode"
:depends (projectile inflections inf-ruby f rake))
:depends (projectile jump inf-ruby f rake))