summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-19 00:21:36 -0500
committerCase Duckworth2021-04-19 00:21:36 -0500
commit48396d9888cfd51cbfafced85e7e4f0df3d96705 (patch)
treef44eedf9b4bf665da1dd3b98e758e29e45e8bbd9 /init.el
parentEnable minibuffer-electric-default-mode (diff)
downloademacs-48396d9888cfd51cbfafced85e7e4f0df3d96705.tar.gz
emacs-48396d9888cfd51cbfafced85e7e4f0df3d96705.zip
Lower echo-keystrokes timeout
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index d89c320..4898d1a 100644 --- a/init.el +++ b/init.el
@@ -188,7 +188,7 @@
188 tab-bar-show 1 188 tab-bar-show 1
189 use-dialog-box nil 189 use-dialog-box nil
190 use-file-dialog nil 190 use-file-dialog nil
191 echo-keystrokes 0.25 191 echo-keystrokes 0.01
192 recenter-positions '(top middle bottom) 192 recenter-positions '(top middle bottom)
193 attempt-stack-overflow-recovery nil 193 attempt-stack-overflow-recovery nil
194 attempt-orderly-shutdown-on-fatal-signal nil 194 attempt-orderly-shutdown-on-fatal-signal nil