diff options
Diffstat (limited to 'src/wasp-audio.el')
| -rw-r--r-- | src/wasp-audio.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasp-audio.el b/src/wasp-audio.el index 0d509f9b..6335532f 100644 --- a/src/wasp-audio.el +++ b/src/wasp-audio.el @@ -118,6 +118,7 @@ USER it's your birthday today." (w/ai-transcribe tmp (lambda (msg) + (f-delete tmp) (w/daily-log (format "[VOICE]: %s" msg)) (setq w/last-stream-transcription msg) (--each w/audio-voice-commands |
