set echo keystrokes to .25 seconds

This commit is contained in:
Ivan Malison 2015-08-15 00:12:55 -07:00
parent 1e2541d4dd
commit 276c46c0cb

View File

@ -468,6 +468,8 @@ The current directory is assumed to be the project's root otherwise."
(put 'narrow-to-region 'disabled nil)
(put 'narrow-to-page 'disabled nil)
(setq echo-keystrokes 0.25)
;; =============================================================================
;; use-package
;; =============================================================================