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?)