From a1117a1ec4385d3b96ec42f2463012c1fb07d0f0 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sun, 22 Feb 2026 10:27:57 -0800 Subject: fix: use a one word lighter Thanks to Chris Rayner (riscy) for the suggestion. --- org-tempus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-tempus.el b/org-tempus.el index a190247..b685027 100644 --- a/org-tempus.el +++ b/org-tempus.el @@ -872,7 +872,7 @@ Return non-nil when an auto clock-in occurs." ;;;###autoload (define-minor-mode org-tempus-mode "Minor mode to enhance time tracking in ‘org-mode’." - :lighter " Tempus fugit" + :lighter " Tempus" :global t (if org-tempus-mode (progn -- cgit v1.2.3