mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
Separate index sections
This commit is contained in:
parent
72f94bb9c1
commit
fd9fccff42
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
(when (> (string-length line) 1)
|
||||
(when (not (eq? last-alpha (string-ref line 0)))
|
||||
(set! last-alpha (string-ref line 0))
|
||||
(newline)
|
||||
(display "- - -")
|
||||
(newline))
|
||||
(display (substring line 1 (string-length line)))
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue