aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 117debb5..804db615 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -95,7 +95,9 @@
["Search isos/pattern..." coq-SearchIsos t]
["expand abbrev at point" expand-abbrev t]
["list abbrevs" list-abbrevs t]
- ["What are those #??" (holes-short-doc)]
+ ["What are those #??" (holes-short-doc) t]
+ ["insert Fixpoint" (insert-and-expand "fix") t]
+ ["insert Definition" (insert-and-expand "def") t]
["3 buffers view" coq-three-b t]
["Begin Section..." coq-begin-Section t]
["End Section" coq-end-Section t]