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)) "p" #'jsons-print-path))
(when (featurep! :completion ivy)
(use-package! counsel-jq (use-package! counsel-jq
:defer t :defer t
:init :init
(map! :after json-mode (map! :after json-mode
:map json-mode-map :map json-mode-map
:localleader :localleader
"s" #'counsel-jq)) "s" #'counsel-jq)))