A post-modern development environment.
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove duplicated function (#91)

Remove duplicated function `current-path`

-5
-5
STEEL.md
··· 65 65 (define (git-add) 66 66 (shell "git" "add" "%")) 67 67 68 - (define (current-path) 69 - (let* ([focus (editor-focus)] 70 - [focus-doc-id (editor->doc-id focus)]) 71 - (editor-document->path focus-doc-id))) 72 - 73 68 ;;@doc 74 69 ;; Open the helix.scm file 75 70 (define (open-helix-scm)