spacemacs-coq icon indicating copy to clipboard operation
spacemacs-coq copied to clipboard

A very simple coq layer for spacemacs

trafficstars
  • Description This layer adds support for the [[https://proofgeneral.github.io/][Proof General]] interface to the [[https://coq.inria.fr/][Coq Proof Assistant]].

** Features

  • Loads the [[https://github.com/cpitclaudel/company-coq][company-coq]] extension
  • 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

| Key | Description | |----------------------------------------------+------------------------| | ~SPC m ~ | go to this point | | ~SPC m n~ | go to next point | | ~SPC m u~ | go to previous point | | ~SPC m h~ | help at point | | ~SPC m x~ | quit Coq | | ~SPC m ll~ | Layout: reset | | ~SPC m lp~ | Layout: proof | | ~SPC m s~ | Search a theorem | | ~SPC m ?~ | Check | | ~SPC m p~ | Print | | ~SPC m ;~ | insert goal as comment | | ~SPC m o~ | occur | | ~M-k~ | go to previous point | | ~M-j~ | go to next point | | ~M-l~ | go to this point |