mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 19:10:24 +10:00
8 lines
238 B
EmacsLisp
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")))
|