From d35e0541c9e1f2b75cce2ad0269ad71723aa871d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 22 Feb 2026 23:33:12 -0600 Subject: Align inline comments in full example configuration --- README.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 1a7f78c..092dc9a 100644 --- a/README.org +++ b/README.org @@ -944,13 +944,13 @@ For Monday-Friday events, you can either: ;; Modeline display - compact format (setq chime-enable-modeline t) - (setq chime-modeline-lookahead-minutes 120) ; Show events 2 hrs ahead - (setq chime-modeline-format " ⏰%s") ; Minimal prefix - (setq chime-notification-text-format "%t (%u)") ; Title + countdown only - (setq chime-display-time-format-string "%H:%M") ; 24-hour time - (setq chime-time-left-format-short "in %mm") ; Compact: "in 5m" - (setq chime-time-left-format-long "%hh%mm") ; Compact: "1h30m" - (setq chime-time-left-format-at-event "NOW!") ; Custom at-event message + (setq chime-modeline-lookahead-minutes 120) ; Show events 2 hrs ahead + (setq chime-modeline-format " ⏰%s") ; Minimal prefix + (setq chime-notification-text-format "%t (%u)") ; Title + countdown only + (setq chime-display-time-format-string "%H:%M") ; 24-hour time + (setq chime-time-left-format-short "in %mm") ; Compact: "in 5m" + (setq chime-time-left-format-long "%hh%mm") ; Compact: "1h30m" + (setq chime-time-left-format-at-event "NOW!") ; Custom at-event message ;; Notification settings (setq chime-notification-title "Reminder") -- cgit v1.2.3