lang/json/doctor: only check for jq if ivy is on
since `counsel-jq` is only relevant for ivy
This commit is contained in:
parent
2731685095
commit
5c54ae1329
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
;;; lang/json/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "jq")
|
||||
(when (and (featurep! :completion ivy)
|
||||
(not (executable-find "jq")))
|
||||
(warn! "Couldn't find jq. counsel-jq won't work." ))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue