| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: undead-buffers: Add `cj/make-buffer-undead` function and tests | Craig Jennings | 2025-10-22 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | fix(custom-datetime): resolve undefined variable warning | Craig Jennings | 2025-10-20 | 1 | -1/+2 |
| | | | | | | Define cj/custom-keymap as a variable to avoid warnings during compile time. | ||||
| * | refactor: datetime: Enhance date/time insertion with keymap support | Craig Jennings | 2025-10-18 | 1 | -22/+50 |
| | | | | | | Replaced prefix command setup with defvar-keymap for maintainability. Enhanced documentation to list interactive commands and customization options. | ||||
| * | maint: remaining custom functions grouped into separate modules | Craig Jennings | 2025-10-12 | 1 | -0/+93 |
