diff --git a/emacs.el b/emacs.el index 3597027..f270bfe 100644 --- a/emacs.el +++ b/emacs.el @@ -2656,10 +2656,10 @@ Any output will be written to current buffer." (set-variable 'mozc-candidate-style 'popup) ;; これいる? - ;; (require 'mozc-im) - ;; (setq default-input-method "japanese-mozc-im") - ;; (global-set-key (kbd "C-j") 'toggle-input-method) - ;; 日本語 + (when (require 'mozc-im nil t) + (setq default-input-method "japanese-mozc-im") + ;; (global-set-key (kbd "C-j") 'toggle-input-method) + ) )