aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* refactor: keybindings: Enhance case-change operations keymapCraig Jennings2025-10-161-6/+9
| | | | | | - Transitioned to `defvar-keymap` for a clearer keymap definition. - Updated keybinding setup to use `keymap-set`. - Added keybindings dependency check with eval-when-compile.
* 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.
* add dwim shell command for optimizing for emailCraig Jennings2025-10-151-2/+8
|
* fix: only use mpd to play music; fix space in playlist buffernameCraig Jennings2025-10-152-3/+15
|
* feat: calendar: fix calendar navigation keys to be more intuitiveCraig Jennings2025-10-151-6/+7
| | | | | | arrow keys move by day C-arrow move by month M-arrow move by year
* comment clarificationCraig Jennings2025-10-151-1/+1
|
* no need to define keymap for webclipperCraig Jennings2025-10-151-11/+13
|
* fix: host-environment: issue with string vs symbol for system-typeCraig Jennings2025-10-151-1/+1
|
* add missing capture template for org-contactCraig Jennings2025-10-151-2/+18
|
* feat: webclipper): Add web clipping with org-protocol integrationCraig Jennings2025-10-121-107/+268
| | | | | | | - Reworked the org-webclipper.el module to support a "fire-and-forget" workflow using org-protocol and org-web-tools. - Added feature to handle web clipping directly from the browser with a bookmarklet, converting content to Org format using Pandoc. - New functions ensure lazy loading of necessary packages and setup of capture templates. - Enhanced keymap setup to integrate with custom keymaps, facilitating easier user interaction.
* fix: call cj/join-line-or-region with 0 (correct number) argsCraig Jennings2025-10-121-1/+1
|
* fix: don't need to scan code-dir for agendaCraig Jennings2025-10-121-3/+3
|
* maint: lazy load macros-fileCraig Jennings2025-10-121-18/+31
|
* feat: complete music/dired integration with dired add to playlistCraig Jennings2025-10-122-26/+27
|
* maint: remaining custom functions grouped into separate modulesCraig Jennings2025-10-1210-866/+874
|
* refactor: keybindings: Consolidate custom keymap setupCraig Jennings2025-10-122-24/+30
| | | | | Unbind Flyspell's 'C-;' keybinding. Move the custom-keymap definition to keybindings.el bound 'C-;'
* maint: assemble file and buffer operations into single moduleCraig Jennings2025-10-122-136/+148
|
* feat: mousetrap-mode: move mousetrap-mode from wip into moduleCraig Jennings2025-10-122-35/+53
|
* changing repositoriesCraig Jennings2025-10-1282-0/+13879