Emacs: Echo keystroke prefix quicker

master
Pierre Neidhardt 2017-07-28 17:21:06 +01:00
parent 5b0635cf68
commit 29cea2f87c
1 changed files with 3 additions and 0 deletions

View File

@ -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"))