mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 04:20:24 +10:00
Moving to Doom Emacs!
This commit is contained in:
5
.emacs.d/modules/input/japanese/doctor.el
Normal file
5
.emacs.d/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