Commit 9549547eca07

Vincent Demeester <vincent@sbr.pm>
2015-12-26 13:33:55
Set echo-keystrokes to 0.1 (quicker)
1 parent e88a84b
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -335,6 +335,13 @@
      (fset 'yes-or-no-p 'y-or-n-p)
    #+END_SRC
 
+   Let Emacs display the unfinished keystroke quickly (by default it's
+   1 second).
+
+   #+BEGIN_SRC emacs-lisp
+     (setq echo-keystrokes 0.1)
+   #+END_SRC
+
 *** Setting the PATH
 
     I'm playing a lot with the =$PATH= variable in my shell, and I