feature/lookup: replace devdocs packages with devdocs-lookup

Improved search; now downloads index from devdocs.io and lets you
fuzzy-search its listing with ivy/helm.
This commit is contained in:
Henrik Lissner 2018-05-11 20:19:26 +02:00
parent 2373429e76
commit 7630394210
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 11 additions and 28 deletions

View file

@ -14,4 +14,4 @@
(package! counsel-dash)))
(when (featurep! +devdocs)
(package! devdocs))
(package! devdocs-lookup :recipe (:fetcher github :repo "skeeto/devdocs-lookup")))