Fix: ivy-gate counsel-jq
This commit is contained in:
parent
40e68f2a10
commit
cf9e2e6463
1 changed files with 9 additions and 7 deletions
|
@ -14,10 +14,12 @@
|
||||||
"p" #'jsons-print-path))
|
"p" #'jsons-print-path))
|
||||||
|
|
||||||
|
|
||||||
(use-package! counsel-jq
|
|
||||||
|
(when (featurep! :completion ivy)
|
||||||
|
(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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue