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

6 lines
181 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.")