branch: externals/tmr
commit 84f0e35e1bf5c5156f702690314716d98703a38c
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Log when a timer is completed
---
tmr.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/tmr.el b/tmr.el
index cd2b8dd306..5720f33c63 100644
--- a/tmr.el
+++ b/tmr.el
@@ -191,6 +191,7 @@ Optionally include DESCRIPTION."
(propertize "Start:" 'face 'success) start
(propertize "End:" 'face 'error) end
desc-propertized)
+ (tmr--log-in-buffer (format "Completed at %s what started at %s" end
start))
(unless (plist-get (notifications-get-capabilities) :sound)
(tmr--play-sound))))