updated via script

main
m455 2018-04-09 21:35:13 -04:00
parent 9dd54a3186
commit 656089add8
1 changed files with 6 additions and 5 deletions

View File

@ -140,9 +140,10 @@
program-file))])
(let
([opened-file
(open-output-file path
#:mode 'text
#:exists 'can-update)])
(open-output-file
path
#:mode 'text
#:exists 'can-update)])
(close-output-port opened-file))))
(define (check-for-folder)
@ -181,8 +182,8 @@
#:line-mode 'linefeed)])
(display
(string-join
(map (add-bullets)
todo-items) "\n"
(map (add-bullets) todo-items)
"\n"
#:after-last "\n")))))
(define (show-list)