diff --git a/core/cubes/meissa.el b/core/cubes/meissa.el index a189512..85568da 100644 --- a/core/cubes/meissa.el +++ b/core/cubes/meissa.el @@ -57,7 +57,7 @@ :sentinel #'fg42/meissa-sentinel))) (process-send-string process encoded-command) (setq command-response-timer - (run-with-timer 0 nil + (run-with-timer 1 nil (lambda (cb) (while (not decoded-response) (accept-process-output process))