mirror of https://github.com/helix-editor/helix
remove reload module from the instructions
parent
039526bda8
commit
0d1b350c6c
9
STEEL.md
9
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. "helix/commands.scm"))
|
||||||
(require (prefix-in helix.static. "helix/static.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
|
;;@doc
|
||||||
;; Specialized shell implementation, where % is a wildcard for the current file
|
;; 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)))
|
(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
|
;;@doc
|
||||||
;; Open the helix.scm file
|
;; Open the helix.scm file
|
||||||
(define (open-helix-scm)
|
(define (open-helix-scm)
|
||||||
|
|
Loading…
Reference in New Issue