input/japanese: add doctor.el & cmigemo check

This commit is contained in:
Henrik Lissner 2019-05-21 21:57:50 -04:00
parent b820de0ba9
commit be17d9bd1f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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