This macro was removed some time ago (and moved to doom-doctor). Where necessary, these warnings have been moved to that module's doctor.el file.
6 lines
215 B
EmacsLisp
6 lines
215 B
EmacsLisp
;;; app/write/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(when (featurep! +langtool)
|
|
(require 'langtool)
|
|
(unless (file-exists-p langtool-language-tool-jar)
|
|
(warn! "Couldn't find languagetool-commandline.jar")))
|