aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/preferences.ml')
-rw-r--r--ide/preferences.ml7
1 files changed, 3 insertions, 4 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml
index b39a1106c..6bb19c638 100644
--- a/ide/preferences.ml
+++ b/ide/preferences.ml
@@ -976,11 +976,10 @@ let configure ?(apply=(fun () -> ())) () =
[automatic_tactics]);
Section("Shortcuts", Some `PREFERENCES,
[modifiers_valid; modifier_for_tactics;
- modifier_for_templates; modifier_for_display; modifier_for_navigation]);
+ modifier_for_templates; modifier_for_display; modifier_for_navigation;
+ user_queries]);
Section("Misc", Some `ADD,
- misc);
- Section("User queries", None,
- [user_queries])]
+ misc)]
in
(*
Format.printf "before edit: current.text_font = %s@." (Pango.Font.to_string current.text_font);