Japanese input working again: I am dumb

This commit is contained in:
MitchMarq42 2022-07-22 16:22:17 -08:00
parent 111f0fdc65
commit 8299dd23b2

View File

@ -87,8 +87,11 @@
;; Toggle Japanese with `qq' ;; Toggle Japanese with `qq'
;; Sample text: 進撃 の 巨人 ;; Sample text: 進撃 の 巨人
;; (shingeki no kyojin (attack on titan)) ;; (shingeki no kyojin (attack on titan))
;; (setq default-input-method 'japanese) (setq default-input-method "japanese")
;; (setq-default current-input-method 'japanese-ascii) (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... ;; DISABLED because something broke and I didn't bother figuring out what...
;; barf out emacs errors as they are encountered ;; barf out emacs errors as they are encountered