diff options
author | Taylor R Campbell <campbell+paredit@mumble.net> | 2020-04-10 23:16:03 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell+paredit@mumble.net> | 2020-04-10 23:16:03 +0000 |
commit | 27548db1660160c7517e5f11967048494fc0c80c (patch) | |
tree | 14c80f3cfbd78b12448ec5e752c10dcb911057b0 | |
parent | 814999bb320e6d5aaa9c8ff663b1933157129571 (diff) |
Disable minibuffer message delays in tests.
-rw-r--r-- | test.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ Four arguments: the paredit command, the text of the buffer (scheme-mode) (set (make-local-variable 'indent-tabs-mode) nil) (set (make-local-variable 'comment-column) 40) - (set (make-local-variable 'show-trailing-whitespace) nil)) + (set (make-local-variable 'show-trailing-whitespace) nil) + (set (make-local-variable 'minibuffer-message-timeout) 0)) (paredit-do-commands (spec keys command examples) nil ;string case |