mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Added basic coq support
This commit is contained in:
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))
|
4
modules/lang/coq/packages.el
Normal file
4
modules/lang/coq/packages.el
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
;; -*- no-byte-compile: t; -*-
|
||||||
|
;;; lang/coq/packages.el
|
||||||
|
|
||||||
|
(package! company-coq)
|
Reference in New Issue
Block a user