summaryrefslogtreecommitdiff
path: root/count.el
AgeCommit message (Collapse)Author
2025-01-01count: Apply checkdoc suggestions.HEADmasterJSDurand
Documentation styles and error message conventions.
2025-01-01count: make value buffer-local, font-changing commands.JSDurand
* count.el (count-mode-value): Make this variable buffer-local, so that we can have different buffers count different values. (counting-font-step): Add a variable that controls the font-size scaling factor within the counting buffers. I shall consider if I need to make this variable buffer-local as well. (count-mode, count-refresh): Refactor some logic into the function `count-refresh`. (count-mode-map): Add bindings for font-size changing commands. (count-make-pad-string): Account for the font-size scaling variable in the calculation of the size of the numbers to be centered. (count-enlarge, count-shrink): Commands for changing the font-scaling variable, so as to achieve the effect of enlarging and shrinking the texts within the counting buffers.
2024-12-31count: Easy counting mode.JSDurand
Add an easr counting mode for my counting purposes.