6 lines
200 B
EmacsLisp
6 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.")))
|