Fix 日本語 input with a timer. Hooray for timer.
This commit is contained in:
parent
5306532988
commit
08a9dd654f
3
init.el
3
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?)
|
||||
|
Loading…
Reference in New Issue
Block a user