From 679ef42bc15966dd92bd9b48adbc4ce66aacace1 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 15 Jan 2020 18:20:13 +0900 Subject: [PATCH] Update --- emacs.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) + ) )