docs(lookup): add sqlite3 doctor check if +docsets
This commit is contained in:
parent
0adaf03088
commit
4f2104d309
1 changed files with 5 additions and 0 deletions
5
modules/tools/lookup/doctor.el
Normal file
5
modules/tools/lookup/doctor.el
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
;;; tools/lookup/doctor.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(when (featurep! +docsets)
|
||||||
|
(unless (executable-find "sqlite3")
|
||||||
|
(warn! "Couldn't find the sqlite3 executable. dash-docs will not work.")))
|
Loading…
Add table
Add a link
Reference in a new issue