diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-26 21:40:29 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-26 21:40:29 -0500 |
| commit | 23bc5b2837f740dc728c522ff97c12cb8f41e58e (patch) | |
| tree | 98995e5279d69f245e14be7abdccd9c5fd520a4d /tests/test-custom-ordering-reverse-lines.el | |
| parent | 56ccf15be4eb663b21f788d164147b9acff12772 (diff) | |
| download | dotemacs-23bc5b2837f740dc728c522ff97c12cb8f41e58e.tar.gz dotemacs-23bc5b2837f740dc728c522ff97c12cb8f41e58e.zip | |
feat+test:ordering: add prefix/suffix to arrayify/convenience funcs
Enhanced cj/--arrayify with optional prefix/suffix parameters for flexible formatting:
- prefix: string to prepend (e.g., "[" or "(")
- suffix: string to append (e.g., "]" or ")")
Added convenience functions:
- cj/listify: unquoted list (a, b, c)
- cj/arrayify-json: JSON array ["a", "b", "c"]
- cj/arrayify-python: Python list ["a", "b", "c"]
Updated keybindings:
- C-; o l → cj/listify
- C-; o j → cj/arrayify-json
- C-; o p → cj/arrayify-python
- C-; o L → cj/comma-separated-text-to-lines (moved from 'l')
Diffstat (limited to 'tests/test-custom-ordering-reverse-lines.el')
0 files changed, 0 insertions, 0 deletions
