mirror of https://github.com/helix-editor/helix
fix instructions
parent
14cd995ba2
commit
ac4bf24ef5
2
STEEL.md
2
STEEL.md
|
@ -37,7 +37,7 @@ to be used as typed commands. For example:
|
||||||
|
|
||||||
```scheme
|
```scheme
|
||||||
# helix.scm
|
# helix.scm
|
||||||
|
(require "helix/editor.scm")
|
||||||
(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"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue