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

13 lines
472 B
EmacsLisp
Raw Normal View History

2021-05-04 15:59:07 +00:00
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; tools/wiki/doctor.el
(unless (executable-find "sqlite3")
warn! "Couldn't find SQLite executable. org-roam will not work.")
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.")
(unless (featurep! :tools biblio)
warn! "Doom module ':tools biblio' is not enabled. Completion functions will not work."))