From 19d96c8f67b124b31b4c95e44ae77b5a01598566 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 28 May 2026 15:21:00 +0800 Subject: basic: echo slowly * basic.el (echo-keystrokes): Now I want to echo only after a delay of one second. --- basic.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basic.el') diff --git a/basic.el b/basic.el index 6e2bb2d..7500fcb 100644 --- a/basic.el +++ b/basic.el @@ -74,9 +74,9 @@ (set 'initial-major-mode 'emacs-lisp-mode) -;;; echo quickly +;;; echo slowly -(setq echo-keystrokes 0.002) +(setq echo-keystrokes 1) ;;; Scroll conservatively please -- cgit v1.2.3-18-g5258