From 08a9dd654f2e8e85035e885ab149933b7dd07ed2 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Thu, 18 Aug 2022 18:09:07 -0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E6=97=A5=E6=9C=AC=E8=AA=9E=20input=20wit?= =?UTF-8?q?h=20a=20timer.=20Hooray=20for=20timer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index c018d17..468c3c0 100644 --- a/init.el +++ b/init.el @@ -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?)