aboutsummaryrefslogtreecommitdiff
path: root/modules/org-gcal-config.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:org-gcal: Auto-save files after sync completionCraig Jennings2025-10-291-1/+15
| | | | | | | Add a function to automatically save all org-gcal files after synchronization completes. This ensures that any changes are persisted, enhancing data consistency. Advise `org-gcal--sync-unlock` to trigger auto-saving upon sync completion.
* maint:vc install org-msg, disable debugging on org-gcalCraig Jennings2025-10-271-5/+0
|
* maint:org-gcal: Add forward declarations and update org-gcal usageCraig Jennings2025-10-271-1/+7
| | | | | | Forward declare internal org-gcal variables and functions to improve code clarity. Update use-package declaration with version control information to use my fork of org-gcal (fixes, better testing).
* feat:which-key: Add descriptive labels for custom keymapsCraig Jennings2025-10-271-0/+34
| | | | | | | | | | | | 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.
* feat:org-gcal: Add function to clear sync lock and bindingCraig Jennings2025-10-251-20/+22
| | | | | | | | | Add `cj/org-gcal-clear-sync-lock` function to allow clearing the `org-gcal` sync lock. This is useful when a sync fails and leaves the lock in place, preventing future syncs. This function can be invoked with the keybinding "C-; G". Additionally, ensure credentials are retrieved from `authinfo.gpg` before loading `org-gcal`.
* fix: org-gcal: disable idle timer for initial syncCraig Jennings2025-10-181-6/+6
|
* comment clarificationCraig Jennings2025-10-151-1/+1
|
* changing repositoriesCraig Jennings2025-10-121-0/+92