summaryrefslogtreecommitdiff
path: root/tests/test-custom-text-enclose-wrap.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:text-enclose): Enhance text enclosure: new functions and testsCraig Jennings2025-10-261-0/+240
Add line manipulation utilities: `append-to-lines`, `prepend-to-lines`, `indent-lines`, and `dedent-lines`. Add tests for these functions and improve existing text wrapping functionalities with `wrap`, `unwrap`, and `surround` implementations. Extend keymap for easier access to these functions.