summaryrefslogtreecommitdiff
path: root/modules/quick-video-capture.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Use cj/log-silently for debug messagesCraig Jennings2025-11-161-1/+3
| | | | | | | | | | | | | | | | | Converted debug/informational messages to use cj/log-silently instead of message across multiple modules. These are automatic initialization or background task messages that don't need minibuffer display but should still be logged to *Messages* buffer. Changes: - org-agenda-config.el: Cache build/hit messages (4 messages) - org-refile-config.el: Cache build/hit + mode switching (5 messages) - org-export-config.el: reveal.js download message (1 message) - auth-config.el: oauth2-auto cache fix message (1 message) - quick-video-capture.el: initialization message (1 message) All modules now require system-lib for cj/log-silently function. Keeps UI clean while maintaining debuggability.
* feat: video-capture: Auto-initialize after Emacs startupCraig Jennings2025-10-181-51/+93
| | | | | | - Refactor quick-video-capture to auto-initialize after Emacs startup, removing the need for manual setup. - Added functions to ensure initialization and defer loading strategies to optimize startup sequence. - Improved handling of org-protocol and capture templates to be idempotent and prevent redundancy.
* changing repositoriesCraig Jennings2025-10-121-0/+104