;; Various configuration paths ;; ;; This file is part of Beastie ;; SPDX-FileCopyrightText: 2024 Norman Gray ;; SPDX-License-Identifier: BSD-2-Clause (define *kpsewhich-path* (let ((path "@KPSEWHICH@")) ;non-empty if kpsewhich is available (if (string=? path "") #f path)))