5 lines
188 B
EmacsLisp
5 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." ))
|