mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
Feat: add counsel-jq
Co-authored-by: rushsteve1 <rushsteve1@rushsteve1.us>
This commit is contained in:
4
modules/lang/json/doctor.el
Normal file
4
modules/lang/json/doctor.el
Normal file
@@ -0,0 +1,4 @@
|
||||
;;; lang/json/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(unless (executable-find "jq")
|
||||
(warn! "Couldn't find jq. counsel-jq won't work."))
|
Reference in New Issue
Block a user