| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor:keymaps: Replace define-prefix-command with defvar-keymap | Craig Jennings | 2025-10-25 | 1 | -6/+7 |
| | | | | | | | | | | | Refactor the keymap definitions across multiple modules by replacing `define-prefix-command` with `defvar-keymap`. This simplifies the keymap setup and integrates better with the `which-key` package for enhanced documentation and usability. Updated modules include custom-ordering, custom-text-enclose, custom-whitespace, mail-config, music-config, org-drill-config, test-runner, and vc-config. | ||||
| * | refactor:mail-config: update command declarations and keymap binding | Craig Jennings | 2025-10-23 | 1 | -2/+2 |
| | | | | | | | Change the use-package command specification for `mu4e` to use :commands for lazy loading. Update keymap binding from `define-key` to `keymap-set` for readability and maintainability. | ||||
| * | refactor: mail-config: streamline keybindings and update actions | Craig Jennings | 2025-10-16 | 1 | -21/+25 |
| | | | | | | | - Update org-msg setup with a more intuitive keybinding for attachments - Remove redundant key remappings in mu4e-compose-mode. - Improve readability of action configurations in mu4e-headers and mu4e-view. | ||||
| * | changing repositories | Craig Jennings | 2025-10-12 | 1 | -0/+341 |
