.
This commit is contained in:
14
oplevel.ml
14
oplevel.ml
@ -115,12 +115,14 @@ let () =
|
||||
Layout.(
|
||||
vbox
|
||||
[
|
||||
frame
|
||||
(`TextEdit
|
||||
(TextEdit.multiline ui
|
||||
(TextBuffer.of_repo
|
||||
~path:[ "README" ] (*[ ".config"; "init.ml" ] *)
|
||||
~repo:rootrepo)));
|
||||
textedit
|
||||
(TextEdit.multiline ui
|
||||
(TextBuffer.of_repo ~path:[ "README" ] ~repo:rootrepo));
|
||||
textedit
|
||||
(TextEdit.multiline ui
|
||||
(TextBuffer.of_repo
|
||||
~path:[ ".config"; "init.ml" ]
|
||||
~repo:rootrepo));
|
||||
])
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user