aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-misc-cj--count-characters.el
Commit message (Collapse)AuthorAgeFilesLines
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+171
| | | | This reverts commit 1218bae708a6755e3628f15fef58e6806ac81039.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-171/+0
|
* feat:count-characters: Add character counting functionalityCraig Jennings2025-10-311-0/+171
Introduce functions to count characters in a buffer or region. Bind new character counting function to "C-; C" in custom keymap.