Files
opalfiles/.config/emacs/modules/lang/json/doctor.el
2022-01-11 18:05:13 -08:00

6 lines
188 B
EmacsLisp

;;; lang/json/doctor.el -*- lexical-binding: t; -*-
(when (and (featurep! :completion ivy)
(not (executable-find "jq")))
(warn! "Couldn't find jq. counsel-jq won't work." ))