Fix: ivy-gate counsel-jq

This commit is contained in:
Edmund Miller 2020-05-28 18:11:11 -05:00
parent 40e68f2a10
commit cf9e2e6463
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -14,10 +14,12 @@
"p" #'jsons-print-path))
(use-package! counsel-jq
(when (featurep! :completion ivy)
(use-package! counsel-jq
:defer t
:init
(map! :after json-mode
:map json-mode-map
:localleader
"s" #'counsel-jq))
"s" #'counsel-jq)))