Removed redundant config

This commit is contained in:
Patrick Elliott 2018-08-18 14:51:21 +02:00
parent 55b5c7711b
commit 6393ebe16b
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA

View file

@ -1,7 +1,5 @@
;;; lang/coq/config.el -*- lexical-binding: t; -*-
(def-package! proof-site
:load-path +coq-pg-loc
:defer t
:mode ("\\.v\\'" . coq-mode)
:hook (coq-mode . company-coq-mode))