| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-24 | refactor(keybindings): reorganize time-zones and kill-buffer-and-window bindings | Craig Jennings | |
| Move time-zones from C-x c to M-C for easier access. Move cj/kill-buffer-and-window from M-C to C-; b k to group with other buffer operations. Updated documentation and which-key labels. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2025-10-22 | feat: undead-buffers: Add `cj/make-buffer-undead` function and tests | Craig Jennings | |
| 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. | |||
| 2025-10-20 | chore: undead-buffers: Update keybinding functions and docstrings | Craig Jennings | |
| - Replace `global-set-key` with `keymap-global-set` for defining keybindings. - Update docstrings to use single quotes instead of equal signs for code symbols. - Remove ERT tests for cleanup and clarity (moved to tests/ in another PR) | |||
| 2025-10-15 | fix: only use mpd to play music; fix space in playlist buffername | Craig Jennings | |
| 2025-10-12 | changing repositories | Craig Jennings | |
