Feat: add counsel-jq
Co-authored-by: rushsteve1 <rushsteve1@rushsteve1.us>
This commit is contained in:
parent
1529dcaaf5
commit
2c158c8b81
3 changed files with 15 additions and 1 deletions
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."))
|
Loading…
Add table
Add a link
Reference in a new issue