| Age | Commit message (Collapse) | Author |
|
Extended the modeline display lookahead to 2 hours and added new
formatting for modeline content, including a compact time-until
format and title truncation for long event titles. Disabled chime
sound notifications for a quieter experience.
|
|
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.
|
|
Deleted `test-custom-org-agenda-functions.el.disabled` as it was
obsolete. Removed commented-out global keybinding in
`org-agenda-config.el` for clarity.
|
|
|
|
Add chime for managing agenda notifications. Update configuration
settings for chime, including notification times and modeline display.
Enable chime-mode by default.
|
|
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.
|
|
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.
|
|
|
|
|