Japanese input working again: I am dumb
This commit is contained in:
parent
111f0fdc65
commit
8299dd23b2
7
init.el
7
init.el
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user