summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/inits/25-theorems.el22
1 files changed, 11 insertions, 11 deletions
diff --git a/emacs/inits/25-theorems.el b/emacs/inits/25-theorems.el
index 990f758..b87b0ed 100644
--- a/emacs/inits/25-theorems.el
+++ b/emacs/inits/25-theorems.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2020-04-04 09:04:22 (tslil@bison)>
+;; Time-stamp: <2021-09-29 21h40 EDT (bison)>
;; -----------------------------------------------------------------------------
;; Coq
@@ -127,17 +127,17 @@
:hook (coq-mode . (lambda ()
(programming-setup)
(coq-local-environment)
- (auto-fill-mode)
- (company-coq-mode))))
+ ;; (company-coq-mode)
+ (auto-fill-mode))))
-(use-package company-coq
- :after proof-general
- :ensure t
- :bind (:map company-coq-map
- ("M-." . xref-find-references)
- ("M-*" . pop-tag-mark))
- :init
- (setq company-coq-disabled-features '(hello)))
+;; (use-package company-coq
+;; :after proof-general
+;; :ensure t
+;; :bind (:map company-coq-map
+;; ("M-." . xref-find-references)
+;; ("M-*" . pop-tag-mark))
+;; :init
+;; (setq company-coq-disabled-features '(hello)))
;; -----------------------------------------------------------------------------
;; Agda