aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-abbrev.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2015-03-26 18:11:31 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2015-03-26 18:11:31 +0000
commit2630829033e822158b3c89dd9d5e4f48ba92a026 (patch)
treed85d43d8247d7f320e71c0119468653ccfb69171 /coq/coq-abbrev.el
parenta8e3c5e6d52bbf52bee76dd1609b7fca9bd48f3e (diff)
A command to set coq printing width smartly.
Set the width to the current goals window. Default binding: C-c C-a C-w.
Diffstat (limited to 'coq/coq-abbrev.el')
-rw-r--r--coq/coq-abbrev.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/coq/coq-abbrev.el b/coq/coq-abbrev.el
index 431f463f..a088fba8 100644
--- a/coq/coq-abbrev.el
+++ b/coq/coq-abbrev.el
@@ -172,6 +172,7 @@
["UnSet Printing All" coq-unset-printing-all t]
["Set Implicit Argument" coq-set-implicit-arguments t]
["Unset Implicit Argument" coq-unset-implicit-arguments t]
+ ["Adapt Printing Width" coq-adapt-printing-width t]
["Set Printing Synth" coq-set-printing-synth t]
["Unset Printing Synth" coq-unset-printing-synth t]
["Set Printing Coercions" coq-set-printing-coercions t]