mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-10 15:33:36 -05:00
docs(lookup): add sqlite3 doctor check if +docsets
This commit is contained in:
committed by
Henrik Lissner
parent
0adaf03088
commit
4f2104d309
5
modules/tools/lookup/doctor.el
Normal file
5
modules/tools/lookup/doctor.el
Normal 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.")))
|
Reference in New Issue
Block a user