doomemacs/modules/tools/lookup/doctor.el
2021-11-04 00:58:41 +01:00

5 lines
200 B
EmacsLisp

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