aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-abbrev.el
diff options
context:
space:
mode:
authorGravatar hendriktews <hendrik@askra.de>2016-12-15 10:25:33 +0100
committerGravatar GitHub <noreply@github.com>2016-12-15 10:25:33 +0100
commitde841653b6a5baa3cf0f5ab290531afce384ea02 (patch)
treee3daa091475d3011542c64fd5fcd3740d8487043 /coq/coq-abbrev.el
parent93a0d1ca16fd30e89e312932008106bc5503386f (diff)
parentac69cdf056f0ee424c076d09f3848a0574f3ce83 (diff)
Merge pull request #101 from tchajed/print-universes-option
Add Set Printing Universes to options menu
Diffstat (limited to 'coq/coq-abbrev.el')
-rw-r--r--coq/coq-abbrev.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/coq/coq-abbrev.el b/coq/coq-abbrev.el
index 87f61df6..534c013d 100644
--- a/coq/coq-abbrev.el
+++ b/coq/coq-abbrev.el
@@ -257,6 +257,8 @@ It was constructed with `proof-defstringset-fn'.")
["Unset Printing Coercions" coq-unset-printing-coercions t]
["Set Printing Synth" coq-set-printing-synth t]
["Unset Printing Synth" coq-unset-printing-synth t]
+ ["Set Printing Universes" coq-set-printing-universes t]
+ ["Unset Printing Universes" coq-unset-printing-universes t]
["Set Printing Wildcards" coq-set-printing-wildcards t]
["Unset Printing Wildcards" coq-unset-printing-wildcards t]
["Set Printing Width" coq-ask-adapt-printing-width-and-show t])