From e0bc0d47e7479e0d5ff8398ff2a40a05bad57418 Mon Sep 17 00:00:00 2001 From: sbenner Date: Tue, 5 Aug 2014 09:49:09 -0400 Subject: [PATCH] Add fast echoing of keystrokes --- my-keybindings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/my-keybindings.el b/my-keybindings.el index 32b90ec44..49f5466b5 100644 --- a/my-keybindings.el +++ b/my-keybindings.el @@ -1,4 +1,5 @@ ;; Regular shortcuts ========================================================== +(setq echo-keystrokes 0.02) ;; emacs ---------------------------------------------------------------------- ;; switch meta for super in order to play nicely with i3wm which I use with