doomemacs/modules/input/japanese/doctor.el

6 lines
196 B
EmacsLisp
Raw Normal View History

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