doomemacs/modules/app/write/doctor.el
2018-05-08 17:56:21 +02:00

8 lines
238 B
EmacsLisp

;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; app/write/doctor.el
(when (featurep! +langtool)
(require 'langtool)
(unless (file-exists-p langtool-language-tool-jar)
(warn! "Couldn't find languagetool-commandline.jar")))