Fix 日本語 input with a timer. Hooray for timer.

This commit is contained in:
MitchMarq42 2022-08-18 18:09:07 -08:00
parent 5306532988
commit 08a9dd654f

View File

@ -91,10 +91,11 @@
(general-define-key
:states 'insert
"q" (general-key-dispatch 'self-insert-command
:timeout 0.25
"q" 'toggle-input-method))
;; DISABLED because something broke and I didn't bother figuring out what...
;; barf out emacs errors as they are encountered
;; Don't barf out emacs errors as they are encountered
(setq debug-on-error nil)
;; Speed up scrolling down (why is this even a thing?)