editor-restarts ( -- alist )


Vocabulary
editors

Definition
USING: assocs kernel sequences ;

IN: editors

: editor-restarts ( -- alist )
available-editors
[ [ "Load " prepend ] keep ] { } map>assoc ;