docs(lookup): add sqlite3 doctor check if +docsets

This commit is contained in:
Itai Y. Efrat 2021-10-27 13:11:24 +03:00 committed by Henrik Lissner
parent 0adaf03088
commit 4f2104d309

View 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.")))