| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | custom-comments: optimize startup; remove wip function | Craig Jennings | 2025-10-17 | 1 | -35/+14 | |
| | | | | | | - add eval-when-compile and autoload functions to speed startup time - comment user edit needs to be rethought, so removing current wip function | |||||
| * | bug: flycheck: remove load after now-renamed module | Craig Jennings | 2025-10-16 | 1 | -1/+0 | |
| | | ||||||
| * | refactor: org-store-link: move keybinding to org-config | Craig Jennings | 2025-10-16 | 1 | -2/+3 | |
| | | ||||||
| * | fix: dirvish: add key to dirvish keymap only after dirvish is loaded | Craig Jennings | 2025-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | refactor: keybindings: Improve keymap definitions and bindings | Craig Jennings | 2025-10-16 | 1 | -71/+83 | |
| | | | | | | | | - Replace deprecated global-set-key with keymap-global-set. - Enhance jump-to command implementation with error checking. - Optimize which-key and free-keys configurations for better startup performance. - Clean up legacy code and comments. | |||||
| * | bug: flyspell: move unmap C-; command to after flyspell loads | Craig Jennings | 2025-10-16 | 1 | -0/+2 | |
| | | | | | "C-;" is used for the custom-keymap prefix, but flyspell also grabs it when loaded. Since Flyspell-mode-map will override it locally when launched, I unset the keybinding after launch in :config | |||||
| * | refactor: keybindings: Enhance case-change operations keymap | Craig Jennings | 2025-10-16 | 1 | -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 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. | |||||
| * | add dwim shell command for optimizing for email | Craig Jennings | 2025-10-15 | 1 | -2/+8 | |
| | | ||||||
| * | fix: only use mpd to play music; fix space in playlist buffername | Craig Jennings | 2025-10-15 | 2 | -3/+15 | |
| | | ||||||
| * | feat: calendar: fix calendar navigation keys to be more intuitive | Craig Jennings | 2025-10-15 | 1 | -6/+7 | |
| | | | | | | | arrow keys move by day C-arrow move by month M-arrow move by year | |||||
| * | comment clarification | Craig Jennings | 2025-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | no need to define keymap for webclipper | Craig Jennings | 2025-10-15 | 1 | -11/+13 | |
| | | ||||||
| * | fix: host-environment: issue with string vs symbol for system-type | Craig Jennings | 2025-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | add missing capture template for org-contact | Craig Jennings | 2025-10-15 | 1 | -2/+18 | |
| | | ||||||
| * | feat: webclipper): Add web clipping with org-protocol integration | Craig Jennings | 2025-10-12 | 1 | -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) args | Craig Jennings | 2025-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | fix: don't need to scan code-dir for agenda | Craig Jennings | 2025-10-12 | 1 | -3/+3 | |
| | | ||||||
| * | maint: lazy load macros-file | Craig Jennings | 2025-10-12 | 1 | -18/+31 | |
| | | ||||||
| * | feat: complete music/dired integration with dired add to playlist | Craig Jennings | 2025-10-12 | 2 | -26/+27 | |
| | | ||||||
| * | maint: remaining custom functions grouped into separate modules | Craig Jennings | 2025-10-12 | 10 | -866/+874 | |
| | | ||||||
| * | refactor: keybindings: Consolidate custom keymap setup | Craig Jennings | 2025-10-12 | 2 | -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 module | Craig Jennings | 2025-10-12 | 2 | -136/+148 | |
| | | ||||||
| * | feat: mousetrap-mode: move mousetrap-mode from wip into module | Craig Jennings | 2025-10-12 | 2 | -35/+53 | |
| | | ||||||
| * | changing repositories | Craig Jennings | 2025-10-12 | 82 | -0/+13879 | |
