aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-02-25 08:41:50 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commitccd68208146e87b9f185f543aadccc1110e72642 (patch)
tree54776d4456c97d8c63dcd4acdb10562fb17d23a2 /editor/plugins.ml
parent3f5e3dd53755dd67c24721afc62e32d2187e3583 (diff)
Update editor
Diffstat (limited to 'editor/plugins.ml')
-rwxr-xr-xeditor/plugins.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins.ml b/editor/plugins.ml
index 6173c4f..8dd960a 100755
--- a/editor/plugins.ml
+++ b/editor/plugins.ml
@@ -127,7 +127,6 @@ let default pm schema =
(* Add the custom keymaps in the list *)
let _ = setup##unshift keymaps in
let _ = setup##push (input_rule pm) in
- let _ = setup##push (Tooltip.tooltip_plugin pm) in
let _ = setup##push (Tooltip.bold_plugin pm) in