input/japanese: add doctor.el & cmigemo check
This commit is contained in:
parent
b820de0ba9
commit
be17d9bd1f
1 changed files with 5 additions and 0 deletions
5
modules/input/japanese/doctor.el
Normal file
5
modules/input/japanese/doctor.el
Normal 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)))
|
Loading…
Add table
Add a link
Reference in a new issue