diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c40600db..43928ef6 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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 ;; =============================================================================