summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2026-05-28 15:21:00 +0800
committerJSDurand <mmemmew@gmail.com>2026-05-28 15:21:00 +0800
commit19d96c8f67b124b31b4c95e44ae77b5a01598566 (patch)
tree55a90e86c5cd8fc33d27a40bb88bad6137762724 /basic.el
parent7e67f66bdafcedebeeed45bc0403354d15d2b6fd (diff)
basic: echo slowly
* basic.el (echo-keystrokes): Now I want to echo only after a delay of one second.
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el4
1 files changed, 2 insertions, 2 deletions
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