Added basic coq support
This commit is contained in:
parent
a824e04e92
commit
fa223ceafd
2 changed files with 13 additions and 0 deletions
9
modules/lang/coq/config.el
Normal file
9
modules/lang/coq/config.el
Normal file
|
@ -0,0 +1,9 @@
|
|||
;;; lang/coq/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +coq-pg-loc "/home/patrl/GitHub/PG/generic")
|
||||
|
||||
(def-package! proof-site
|
||||
:load-path +coq-pg-loc
|
||||
:defer t
|
||||
:mode ("\\.v\\'" . coq-mode)
|
||||
:hook (coq-mode . company-coq-mode))
|
Loading…
Add table
Add a link
Reference in a new issue