summaryrefslogtreecommitdiff
path: root/editor/actions/to_markdown.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/actions/to_markdown.ml')
-rwxr-xr-xeditor/actions/to_markdown.ml4
1 files changed, 1 insertions, 3 deletions
diff --git a/editor/actions/to_markdown.ml b/editor/actions/to_markdown.ml
index 80191f9..f3c6517 100755
--- a/editor/actions/to_markdown.ml
+++ b/editor/actions/to_markdown.ml
@@ -291,6 +291,4 @@ end
let create
: PM.t -> App.event
= fun pm ->
- App.E
- ( pm
- , (module ToMarkdown : App.Event with type t = ToMarkdown.t ))
+ App.ev (module ToMarkdown) pm