diff --git a/.emacs.d/lisp/main.el b/.emacs.d/lisp/main.el index 5b8db4c7..ca75df49 100644 --- a/.emacs.d/lisp/main.el +++ b/.emacs.d/lisp/main.el @@ -12,6 +12,9 @@ ;;; Force on using the minibuffer instead. (setq use-dialog-box nil) +;;; Timeout before echoing the prefix of an unfinished keystroke. +(setq echo-keystrokes 0.5) + ;;; Remember last cursor position. (require 'saveplace) (setq save-place-file (concat emacs-cache-folder "saveplace"))