Note how toggling JA input actually does work
This commit is contained in:
parent
b1ce0fc003
commit
6660451dff
@ -84,7 +84,7 @@ console."
|
|||||||
(set-face-attribute 'variable-pitch nil :height (+ font-height 10))))
|
(set-face-attribute 'variable-pitch nil :height (+ font-height 10))))
|
||||||
|
|
||||||
(defun toggle-ja-input ()
|
(defun toggle-ja-input ()
|
||||||
"Switch between english and japanese. Broken."
|
"Switch between english and japanese. Not broken."
|
||||||
(interactive)
|
(interactive)
|
||||||
(if (eq current-input-method 'japanese)
|
(if (eq current-input-method 'japanese)
|
||||||
(setq current-input-method 'japanese-ascii)
|
(setq current-input-method 'japanese-ascii)
|
||||||
|
Loading…
Reference in New Issue
Block a user