doomemacs/modules/tools/lookup/doctor.el

6 lines
200 B
EmacsLisp
Raw Normal View History

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