aboutsummaryrefslogtreecommitdiff
path: root/modules/org-agenda-config.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:which-key: Add descriptive labels for custom keymapsCraig Jennings2025-10-271-0/+3
| | | | | | | | | | | | Enhance which-key integration by providing detailed descriptions for new key bindings across multiple modules. This improves the usability of custom keymaps by clarifying the purpose of each keybinding, making it easier for users to navigate and understand different menus and options available within the configuration. This update ensures that all custom keymaps now display a descriptive label in the which-key popup to explain their functionality, aiding users in identifying keymap purposes promptly.
* chore:org-agenda: Remove outdated test file and unused codeCraig Jennings2025-10-261-2/+0
| | | | | | Deleted `test-custom-org-agenda-functions.el.disabled` as it was obsolete. Removed commented-out global keybinding in `org-agenda-config.el` for clarity.
* feat: chime: make chime start immediatelyCraig Jennings2025-10-261-1/+1
|
* refactor: org-agenda: add chimeCraig Jennings2025-10-251-19/+32
| | | | | | Add chime for managing agenda notifications. Update configuration settings for chime, including notification times and modeline display. Enable chime-mode by default.
* refactor:org-modules: Improve org-mode configurationCraig Jennings2025-10-231-314/+108
| | | | | | | | Remove redundant declarations and reorganize settings for clarity. Centralize org-mode customizations and use `use-package` for streamlined loading and configuration. Remove backward-compatible safeguards and reduce inline comments for cleaner code. Optimize key mappings and simplify the setup of org-related packages.
* feat:org-agenda: enhance daily agenda performance and keybindingsCraig Jennings2025-10-201-105/+311
| | | | | | | | | | | | | | | 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.
* fix: don't need to scan code-dir for agendaCraig Jennings2025-10-121-3/+3
|
* changing repositoriesCraig Jennings2025-10-121-0/+290