Fix the timer issue in meissa's cube

This commit is contained in:
Sameer Rahmani 2023-05-31 18:16:47 +01:00
parent 65b79792b3
commit 03d1db0eb6
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -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))