diff --git a/modules/tools/lookup/doctor.el b/modules/tools/lookup/doctor.el new file mode 100644 index 000000000..71e1015bf --- /dev/null +++ b/modules/tools/lookup/doctor.el @@ -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.")))