diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-08 13:16:04 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-08 13:16:04 -0800 |
commit | 64a4beb66cb704818ce14ca8c48bd64858505c66 (patch) | |
tree | b5b78798a75983c340efda1c28382a2bc8f42a4d | |
parent | [Emacs] A few more settings for flyspell. (diff) | |
download | emacs.d-64a4beb66cb704818ce14ca8c48bd64858505c66.tar.gz |
[Emacs] display message in mini buffer for a short amount of time
Diffstat (limited to '')
-rw-r--r-- | emacs.d/lib/my-settings.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/lib/my-settings.el b/emacs.d/lib/my-settings.el index e8931ea..f046db3 100644 --- a/emacs.d/lib/my-settings.el +++ b/emacs.d/lib/my-settings.el @@ -35,6 +35,9 @@ ring-bell-function 'ignore tab-always-indent 'complete) +;; How long to display an echo-area message when the minibuffer is active. +(setq minibuffer-message-timeout 0.5) + (setq-default indent-tabs-mode nil create-lockfiles nil) |