diff options
| author | Raul Benencia <id@rbenencia.name> | 2026-02-22 10:27:57 -0800 |
|---|---|---|
| committer | Raul Benencia <id@rbenencia.name> | 2026-02-22 10:27:57 -0800 |
| commit | a1117a1ec4385d3b96ec42f2463012c1fb07d0f0 (patch) | |
| tree | 4a2b36188e266d1abb2715059fbce3ca364d30cf | |
| parent | e07a05d66c084cf4796c2683f4320d9360af8b83 (diff) | |
fix: use a one word lighter
Thanks to Chris Rayner (riscy) for the suggestion.
| -rw-r--r-- | org-tempus.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
