From d492f488498e5c8a11c7562c9daa63a28ac10790 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 15 Jan 2016 19:15:46 +0900 Subject: [PATCH] emacs.el: Set echo-keystrokes to 0.1 --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 830fe1e..3143c9d 100644 --- a/emacs.el +++ b/emacs.el @@ -340,6 +340,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." (setq visible-bell t) (setq ring-bell-function 'ignore) (mouse-avoidance-mode 'banish) +(setq echo-keystrokes 0.1) (defun reload-init-file () "Reload Emacs init file."