mirror of https://github.com/helix-editor/helix
one more outdated line in the instruction removed
parent
0d1b350c6c
commit
b478e60138
4
STEEL.md
4
STEEL.md
|
@ -72,8 +72,8 @@ to be used as typed commands. For example:
|
|||
|
||||
|
||||
;; Functions to assist with the above
|
||||
(define (editor-get-doc-if-exists editor doc-id)
|
||||
(if (editor-doc-exists? editor doc-id) (editor->get-document editor doc-id) #f))
|
||||
(define (editor-get-doc-if-exists doc-id)
|
||||
(if (editor-doc-exists? doc-id) (editor->get-document doc-id) #f))
|
||||
|
||||
(define (current-path)
|
||||
(let* ([focus (editor-focus)]
|
||||
|
|
Loading…
Reference in New Issue