dotfiles/emacs/modules/tools/wiki/doctor.el
2021-05-04 23:59:07 +08:00

6 lines
181 B
EmacsLisp

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