mirror of
https://github.com/correl/melpa.git
synced 2024-11-30 19:19:56 +00:00
Switch (perhaps temporarily) to my versions of jump/inflections/findr, which work with latest rinari
This commit is contained in:
parent
2945303e6a
commit
d2e88b7c4f
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
(findr :repo "milkypostman/jump.el" :fetcher github :files
|
(findr :repo "purcell/jump.el" :fetcher github :files
|
||||||
("findr.el"))
|
("findr.el"))
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(inflections :repo "milkypostman/jump.el"
|
(inflections :repo "purcell/jump.el"
|
||||||
:fetcher github
|
:fetcher github
|
||||||
:files ("inflections.el"))
|
:files ("inflections.el"))
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
(jump :repo "milkypostman/jump.el" :fetcher github)
|
(jump :repo "purcell/jump.el" :fetcher github)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue