summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
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)