From 6660451dfffd46a1eac67ea97af476d9a2e04f14 Mon Sep 17 00:00:00 2001 From: mir Date: Tue, 23 Jan 2024 21:17:35 -0900 Subject: [PATCH] Note how toggling JA input actually does work --- lisp/mir-defuns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mir-defuns.el b/lisp/mir-defuns.el index 2eeaa23..54b3dfe 100644 --- a/lisp/mir-defuns.el +++ b/lisp/mir-defuns.el @@ -84,7 +84,7 @@ console." (set-face-attribute 'variable-pitch nil :height (+ font-height 10)))) (defun toggle-ja-input () - "Switch between english and japanese. Broken." + "Switch between english and japanese. Not broken." (interactive) (if (eq current-input-method 'japanese) (setq current-input-method 'japanese-ascii)