diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-22 23:33:12 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-22 23:33:12 -0600 |
| commit | d35e0541c9e1f2b75cce2ad0269ad71723aa871d (patch) | |
| tree | bbf60e8351659db28cd3b141b783a81c5d3401f3 /README.org | |
| parent | 561603892dd6dfff2b863cc425f581611f7003f3 (diff) | |
| download | chime-d35e0541c9e1f2b75cce2ad0269ad71723aa871d.tar.gz chime-d35e0541c9e1f2b75cce2ad0269ad71723aa871d.zip | |
Align inline comments in full example configuration
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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") |
