dotfiles/emacs/modules/tools/wiki/doctor.el

12 lines
431 B
EmacsLisp
Raw Normal View History

;;; tools/wiki/doctor.el -*- lexical-binding: t; -*-
2021-05-04 15:59:07 +00:00
(unless (executable-find "sqlite3")
(warn! "Couldn't find SQLite executable."))
2021-05-27 11:48:08 +00:00
(when (featurep! +biblio)
(unless (executable-find "anystyle")
(warn! "Couldn't find AnyStyle CLI. The PDF scrapper from org-roam-bibtex will not work."))
2021-05-27 11:48:08 +00:00
(unless (featurep! :tools biblio)
(warn! "Doom module ':tools biblio' is not enabled. Completion functions will not work.")))