doomemacs/modules/app/write/doctor.el
Henrik Lissner d67496e007
Fix vestigial references to warn! macro
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.
2018-04-28 03:49:46 -04:00

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")))