mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
6 lines
196 B
EmacsLisp
6 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)))
|