mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix: ivy-gate counsel-jq
This commit is contained in:
@ -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)))
|
||||||
|
Reference in New Issue
Block a user