mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
6 lines
188 B
EmacsLisp
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." ))
|