From a2686e86d63c9298b8e81cf779b3f9f31dcf0b0b Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Sat, 30 May 2020 10:04:21 -0400 Subject: [PATCH] cleaned up config.rkt --- src/messages.rkt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/messages.rkt b/src/messages.rkt index 18ea6c4..34406d1 100644 --- a/src/messages.rkt +++ b/src/messages.rkt @@ -1,6 +1,6 @@ #lang racket/base -(require (prefix-in config: "config.rkt")) +(require "config.rkt") (provide (all-defined-out)) @@ -9,13 +9,11 @@ (define newline "\n") (define newline-double "\n\n") -(define program-name config:program-name) -(define list-file config:list-file) -(define help-command (car config:help-commands)) -(define initialize-command (car config:initialize-commands)) -(define list-command (car config:list-commands)) -(define add-command (car config:add-commands)) -(define remove-command (car config:remove-commands)) +(define help-command (car help-commands)) +(define initialize-command (car initialize-commands)) +(define list-command (car list-commands)) +(define add-command (car add-commands)) +(define remove-command (car remove-commands)) (define messages (hash