| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: undead-buffers: Add `cj/make-buffer-undead` function and tests | Craig Jennings | 2025-10-22 | 1 | -109/+110 |
| | | | | | | | | | | | | | | | | 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-comments): update comment for eval-when-compile | Craig Jennings | 2025-10-20 | 1 | -1/+1 |
| | | | | | | | Update eval-when-compile to reference cj/custom-keymap directly, as it's defined in keybindings.el, eliminating the need for requiring the whole fucking keybindings module for key mapping. | ||||
| * | doc: custom-comments: improved commentary | Craig Jennings | 2025-10-18 | 1 | -2/+13 |
| | | |||||
| * | fix: cj/custom-keymap: string versus symbol issue | Craig Jennings | 2025-10-17 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | maint: remaining custom functions grouped into separate modules | Craig Jennings | 2025-10-12 | 1 | -0/+196 |
