mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
input/japanese: add doctor.el & cmigemo check
This commit is contained in:
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)))
|
Reference in New Issue
Block a user