diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-11 17:43:34 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-11 17:43:34 -0600 |
| commit | 3afb1b97caac8c2134b8244d4040d760aca533b4 (patch) | |
| tree | b9fd73e998cd8d283ab8f8b576d5fdb90d5b76aa /modules/modeline-config.el | |
| parent | 61c91be0e31350214feb3e18a2963b11385217e8 (diff) | |
| download | dotemacs-3afb1b97caac8c2134b8244d4040d760aca533b4.tar.gz dotemacs-3afb1b97caac8c2134b8244d4040d760aca533b4.zip | |
a/v recording: fix setup, add test functionality and indicator
Integrates a modeline indicator to display active recording status
in Emacs. The indicator shows "🔴Audio", "🔴Video", or "🔴A+V" based
on the active recording processes. Includes functions for starting
and stopping audio/video recordings, with sentinel processes
ensuring timely updates to the modeline. Also adds extensive
integration tests to validate modeline synchronization.
Diffstat (limited to 'modules/modeline-config.el')
| -rw-r--r-- | modules/modeline-config.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/modeline-config.el b/modules/modeline-config.el index a1c85caaa..f2b80561c 100644 --- a/modules/modeline-config.el +++ b/modules/modeline-config.el @@ -155,6 +155,8 @@ Shows only in active window.") ;; RIGHT SIDE (using Emacs 30 built-in right-align) ;; Order: leftmost to rightmost as they appear in the list mode-line-format-right-align + (:eval (when (fboundp 'cj/recording-modeline-indicator) + (cj/recording-modeline-indicator))) cj/modeline-vc-branch " " cj/modeline-misc-info |
