aboutsummaryrefslogtreecommitdiff
path: root/modules/mail-config.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor:keymaps: Replace define-prefix-command with defvar-keymapCraig Jennings2025-10-251-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 bindingCraig Jennings2025-10-231-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 actionsCraig Jennings2025-10-161-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 repositoriesCraig Jennings2025-10-121-0/+341