diff options
author | noa | 2025-01-13 10:47:47 +0800 |
---|---|---|
committer | noa | 2025-01-13 10:47:47 +0800 |
commit | fa59a185b699a615de10eaeb1452ddfe51d3a748 (patch) | |
tree | 5b0b95523575fb49bd430c4fa6ac6040fa8b1c66 /emacs | |
parent | 6fbe94d44bf5bf1d71bfa0c550ec39851965fd37 (diff) |
Don't speed up echo of keystroke
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index a4f468a..6c3ea67 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -122,9 +122,6 @@ ;; Make tooltip information appear consistently in the echo area (setopt tooltip-mode nil) -;; (Almost) immediately show which chords in a key sequence i have already pressed. -(setopt echo-keystrokes 0.1) - ;; Syntax highlighting (setopt global-font-lock-mode t) (setopt font-lock-maximum-decoration nil) |