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))
|
||||
|
||||
|
||||
(use-package! 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))
|
||||
"s" #'counsel-jq)))
|
||||
|
Reference in New Issue
Block a user