| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor:custom-line-paragraph:: Remove expand-region demand | Craig Jennings | 2025-10-22 | 1 | -5/+3 |
| | | | | | | | | Remove the demand for expand-region package and require it in `cj/join-paragraph` function instead. This streamlines the package loading process and keeps its usage localized to the part of the code that actually needs it. | ||||
| * | feat: undead-buffers: Add `cj/make-buffer-undead` function and tests | Craig Jennings | 2025-10-22 | 1 | -69/+73 |
| | | | | | | | | | | | | | | | | Introduce a new function `cj/make-buffer-undead` that appends a buffer name to the `cj/undead-buffer-list`, preventing it from being killed. This comes along with a suite of tests to check various scenarios and edge cases for handling undead buffers. Additionally, add tests for related functions: `cj/kill-buffer-or-bury-alive`, `cj/kill-buffer-and-window`, and others to ensure they correctly manage buffers, particularly with undead-status considerations. Refactor `undead-buffer-list` naming for consistency and clarity in the module. | ||||
| * | doc: Improved Commentary | Craig Jennings | 2025-10-20 | 1 | -1/+13 |
| | | |||||
| * | refactor: keymap: Use defvar-keymap and keymap-set | Craig Jennings | 2025-10-17 | 1 | -17/+15 |
| | | | | | | | | - Replace define-prefix-command/define-key with defvar-keymap and keymap-set - Preserve existing bindings under cj/custom-keymap "l" - Tidy docstrings and reflow long lines - No functional changes | ||||
| * | fix: call cj/join-line-or-region with 0 (correct number) args | Craig Jennings | 2025-10-12 | 1 | -1/+1 |
| | | |||||
| * | maint: remaining custom functions grouped into separate modules | Craig Jennings | 2025-10-12 | 1 | -0/+127 |
