summaryrefslogtreecommitdiff
path: root/modules/undead-buffers.el
AgeCommit message (Collapse)Author
4 daysfeat: undead-buffers: Add `cj/make-buffer-undead` function and testsCraig 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.
6 dayschore: undead-buffers: Update keybinding functions and docstringsCraig 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)
11 daysfix: only use mpd to play music; fix space in playlist buffernameCraig Jennings
2025-10-12changing repositoriesCraig Jennings