branch: externals/tmr commit 7ded018cd6d1b62144dfaeabcd6c2bf0161ec178 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use consistent faces --- tmr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmr.el b/tmr.el index d8e559ae0a..996ea22cd0 100644 --- a/tmr.el +++ b/tmr.el @@ -171,7 +171,7 @@ Optionally include DESCRIPTION." (message "TMR %s %s ; %s %s%s" (propertize "Start:" 'face 'success) start - (propertize "End:" 'face 'warning) end + (propertize "End:" 'face 'error) end desc-propertized) (unless (plist-get (notifications-get-capabilities) :sound) (tmr--play-sound))))