From be17d9bd1fe15aa0bac76db2d73f22d7772b3085 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 21 May 2019 21:57:50 -0400 Subject: [PATCH] input/japanese: add doctor.el & cmigemo check --- modules/input/japanese/doctor.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/input/japanese/doctor.el diff --git a/modules/input/japanese/doctor.el b/modules/input/japanese/doctor.el new file mode 100644 index 000000000..ab953011d --- /dev/null +++ b/modules/input/japanese/doctor.el @@ -0,0 +1,5 @@ +;;; input/japanese/doctor.el -*- lexical-binding: t; -*- + +(when (require 'migemo nil t) + (unless (executable-find migemo-command) + (warn! "Cannot find %S, migemo won't work" migemo-command)))