yeet
This commit is contained in:
5
.config/emacs/modules/lang/json/doctor.el
Normal file
5
.config/emacs/modules/lang/json/doctor.el
Normal file
@@ -0,0 +1,5 @@
|
||||
;;; 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." ))
|
||||
Reference in New Issue
Block a user