mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #5162 from iyefrat/json
lang/json/doctor: only check for jq if ivy is on
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
;;; lang/json/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "jq")
|
||||
(warn! "Couldn't find jq. counsel-jq won't work."))
|
||||
(when (and (featurep! :completion ivy)
|
||||
(not (executable-find "jq")))
|
||||
(warn! "Couldn't find jq. counsel-jq won't work." ))
|
||||
|
Reference in New Issue
Block a user