aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.ml
diff options
context:
space:
mode:
authorGravatar Cyprien Mangin <cyprien.mangin@m4x.org>2016-06-02 11:34:10 +0200
committerGravatar Cyprien Mangin <cyprien.mangin@m4x.org>2016-06-02 11:34:10 +0200
commitabd469790c2e144f693e1b21c5cdc03aee178e6d (patch)
tree7cbcbd2fdce7cab65a3d045da045ea2e21cd510d /ide/preferences.ml
parent2911de377786ad525dd9407968dae7c1973d7190 (diff)
Merge the user queries tab with the shortcut tab.
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);