mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
separate inflections, finder, and jump
This commit is contained in:
parent
6ae9165cf1
commit
075a76a838
1 changed files with 11 additions and 1 deletions
12
pkglist
12
pkglist
|
@ -30,6 +30,11 @@
|
|||
:url "git://github.com/technomancy/find-file-in-project.git"
|
||||
:fetcher git
|
||||
:files ("find-file-in-project.el"))
|
||||
(findr
|
||||
:url "https://github.com/eschulte/jump.el.git"
|
||||
:fetcher git
|
||||
:files ("findr.el")
|
||||
:commit "0def5442723f8a2928eda7bcf428aa29f8aa97c1")
|
||||
(full-ack
|
||||
:url "git://github.com/nschum/full-ack.git"
|
||||
:fetcher git
|
||||
|
@ -57,10 +62,15 @@
|
|||
:url "https://github.com/nonsequitur/inf-ruby.git"
|
||||
:fetcher git
|
||||
:files ("inf-ruby.el"))
|
||||
(inflections
|
||||
:url "https://github.com/eschulte/jump.el.git"
|
||||
:fetcher git
|
||||
:files ("inflections.el")
|
||||
:commit "0def5442723f8a2928eda7bcf428aa29f8aa97c1")
|
||||
(jump
|
||||
:url "https://github.com/eschulte/jump.el.git"
|
||||
:fetcher git
|
||||
:files ("jump.el" "inflections.el" "findr.el")
|
||||
:files ("jump.el")
|
||||
:commit "0def5442723f8a2928eda7bcf428aa29f8aa97c1")
|
||||
(magit
|
||||
:url "git://github.com/magit/magit.git"
|
||||
|
|
Loading…
Add table
Reference in a new issue