From 0d1b350c6cadb5e52e2d6ef847330d89d3f93d1f Mon Sep 17 00:00:00 2001 From: mattwparas Date: Mon, 1 Jul 2024 13:20:01 -0700 Subject: [PATCH] remove reload module from the instructions --- STEEL.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/STEEL.md b/STEEL.md index 216933903..5d4b7f668 100644 --- a/STEEL.md +++ b/STEEL.md @@ -56,7 +56,7 @@ to be used as typed commands. For example: (require (prefix-in helix. "helix/commands.scm")) (require (prefix-in helix.static. "helix/static.scm")) -(provide shell git-add open-helix-scm open-init-scm reload-helix-scm) +(provide shell git-add open-helix-scm open-init-scm) ;;@doc ;; Specialized shell implementation, where % is a wildcard for the current file @@ -82,13 +82,6 @@ to be used as typed commands. For example: (if document (Document-path document) #f))) - -;;@doc -;; Reload the helix.scm file -(define (reload-helix-scm cx) - (helix.static.run-in-engine! cx - (string-append "(require \"" (helix.static.get-helix-scm-path) "\")"))) - ;;@doc ;; Open the helix.scm file (define (open-helix-scm)