tools/lookup: update to reflect changes upstream
counsel-dash no longer depends on helm
This commit is contained in:
parent
4755258865
commit
8ec44959c5
5 changed files with 73 additions and 100 deletions
|
@ -2,8 +2,8 @@
|
|||
;;; tools/lookup/packages.el
|
||||
|
||||
;; `dumb-jump' uses the `helm-build-sync-source' macro, but this requires helm
|
||||
;; be loaded before it is byte-compiled during installation. To ensure this, we
|
||||
;; declare helm before dumb-jump.
|
||||
;; be loaded before `dumb-jump' is byte-compiled during installation. To ensure
|
||||
;; this, we declare helm before dumb-jump.
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm))
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
|||
(package! helm-xref))
|
||||
|
||||
(when (featurep! +docsets)
|
||||
(package! dash-docs)
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-dash))
|
||||
(when (featurep! :completion ivy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue