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