summaryrefslogtreecommitdiff
path: root/modules/custom-buffer-file.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:buffer: Add diffing buffer contents with saved fileCraig Jennings2025-11-011-0/+22
| | | | | | | | Introduce a new function `cj/diff-buffer-with-file` to compare current buffer with saved file version using unified diff format. Bind it to "C-; b D" for easy access. This enhances buffer management capabilities by allowing users to view changes before saving.
* feat:custom-buffer-file: add mark, revert buffer keybindingsCraig Jennings2025-10-311-2/+6
| | | | | Added new keybindings for marking the whole buffer and reverting the buffer. Updated the descriptions to reflect these additions.
* refactor: Rename custom-file-buffer to custom-buffer-fileCraig Jennings2025-10-271-0/+260
Renamed the module 'custom-file-buffer' to 'custom-buffer-file' to ensure consistency across the codebase. This change affects module imports and test files. Additionally, new module 'system-commands.el' has been created to handle system power and session management commands, removing these functionalities from 'wip.el'.