Fix: ivy-gate counsel-jq

This commit is contained in:
Edmund Miller
2020-05-28 18:11:11 -05:00
parent 40e68f2a10
commit cf9e2e6463

View File

@ -14,10 +14,12 @@
"p" #'jsons-print-path))
(use-package! counsel-jq
:defer t
:init
(map! :after json-mode
:map json-mode-map
:localleader
"s" #'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)))