Merge pull request #896 from wildsebastian/develop

Deactivate expansion of abbreviations (ProofGeneral/Coq)
This commit is contained in:
Henrik Lissner 2018-10-15 01:03:54 -04:00 committed by GitHub
commit afb883409a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,6 @@
#+TITLE: :lang coq
This module adds [[https://coq.inria.fr][coq]] support, powered by [[https://proofgeneral.github.io][Proof General]], with code completion via [[https://github.com/cpitclaudel/company-coq][company-coq]].
This module adds [[https://coq.inria.fr][coq]] support, powered by [[https://proofgeneral.github.io][Proof General]].
+ Code completion ([[https://github.com/cpitclaudel/company-coq][company-coq]])
+ [[https://github.com/hlissner/emacs-snippets/tree/master/coq-mode][Snippets]]

View file

@ -3,6 +3,8 @@
;; `coq'
(setq proof-electric-terminator-enable t)
(setq coq-mode-abbrev-table '())
(after! company-coq
(set-lookup-handlers! 'company-coq-mode
:definition #'company-coq-jump-to-definition