diff options
| -rw-r--r-- | coq/coq.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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] |
