fix(emacs): remove grade-start
bug
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
c557abef9e
commit
08cca86147
1 changed files with 2 additions and 2 deletions
|
@ -332,8 +332,8 @@
|
|||
(dir-path (file-name-directory dir)))
|
||||
(if (not (string-match-p grading-directory-root dir-path))
|
||||
(error "Must be in subdirectory of %s" grading-directory-root)
|
||||
(let ((readme-file (concat dir-path "README.md"))
|
||||
(solution-file (concat dir-path "solution.rkt"))
|
||||
(let ((readme-file "README.md")
|
||||
(solution-file "solution.rkt")
|
||||
(start-file (concat dir-path (grade-file-format start))))
|
||||
(find-file start-file)
|
||||
(delete-other-windows)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue