mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
6 lines
181 B
EmacsLisp
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.")
|