summaryrefslogtreecommitdiff
path: root/modules/org-agenda-config.el
AgeCommit message (Collapse)Author
6 daysfeat:org-agenda: enhance daily agenda performance and keybindingsCraig Jennings
Add caching mechanism to improve performance by reducing redundant directory scans for org-agenda files. Introduce a periodic rebuild timer for automatic cache updates. Update keybindings for main agenda, task list, and buffer-specific lists. Enhance org-agenda commands to force cache rebuilds when needed. Restructure and optimize org-agenda configuration, disabling costly features by default to ensure faster agenda generation. Implement new keybinding sets upon module load, ensuring immediate accessibility. Extend autoload directives to key functions for external invocation.
2025-10-12fix: don't need to scan code-dir for agendaCraig Jennings
2025-10-12changing repositoriesCraig Jennings