diff --git a/init.el b/init.el index e180427..c018d17 100644 --- a/init.el +++ b/init.el @@ -87,8 +87,11 @@ ;; Toggle Japanese with `qq' ;; Sample text: 進撃 の 巨人 ;; (shingeki no kyojin (attack on titan)) - ;; (setq default-input-method 'japanese) - ;; (setq-default current-input-method 'japanese-ascii) + (setq default-input-method "japanese") + (general-define-key + :states 'insert + "q" (general-key-dispatch 'self-insert-command + "q" 'toggle-input-method)) ;; DISABLED because something broke and I didn't bother figuring out what... ;; barf out emacs errors as they are encountered