mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-29 05:13:11 -08:00
5 lines
196 B
EmacsLisp
5 lines
196 B
EmacsLisp
;;; 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)))
|