Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.75 KB

README.org

File metadata and controls

40 lines (32 loc) · 1.75 KB

Description

This layer adds support for the Proof General interface to the Coq Proof Assistant.

Features

Install

Layer

To use this configuration layer, clone this repository into ~/emacs.d/private/. You will need to add coq as one of the dotspacemacs-configuration-layers in your ~/.spacemacs file.

Dependencies

  • Coq (of course)
  • Proof general

Keybindings

KeyDescription
SPC m <dotspacemacs-major-mode-leader-key>go to this point
SPC m ngo to next point
SPC m ugo to previous point
SPC m hhelp at point
SPC m xquit Coq
SPC m llLayout: reset
SPC m lpLayout: proof
SPC m sSearch a theorem
SPC m ?Check
SPC m pPrint
SPC m ;insert goal as comment
SPC m ooccur
M-kgo to previous point
M-jgo to next point
M-lgo to this point