summaryrefslogtreecommitdiff
path: root/emacs/inits/25-theorems.el
diff options
context:
space:
mode:
authortslil clingman <>2024-07-13 15:07:01 +0200
committertslil clingman <>2024-07-13 15:09:41 +0200
commited836738a16efb7721b72f6aa58f07541fd37393 (patch)
tree077b925d8ad499d8c50b37c5049cae50e4e606f9 /emacs/inits/25-theorems.el
parent31da2d6faa41043ce5e1ddc9b8f6ac0aacc49708 (diff)
[emacs] cleanup
Diffstat (limited to 'emacs/inits/25-theorems.el')
-rw-r--r--emacs/inits/25-theorems.el28
1 files changed, 14 insertions, 14 deletions
diff --git a/emacs/inits/25-theorems.el b/emacs/inits/25-theorems.el
index fda7ed5..51426b3 100644
--- a/emacs/inits/25-theorems.el
+++ b/emacs/inits/25-theorems.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2024-02-19 18h48 CET (anker)>
+;; Time-stamp: <2024-07-13 15h02 CEST (471b3659)>
;; -----------------------------------------------------------------------------
;; Coq
@@ -111,8 +111,8 @@
)
(use-package proof-general
- :ensure t
- :defer t
+ :ensure
+ :defer
:functions coq-local-environment
:init (setq proof-splash-enable nil
proof-follow-mode 'followdown)
@@ -132,19 +132,19 @@
;; -----------------------------------------------------------------------------
;; Agda
-(load-file (let ((coding-system-for-read 'utf-8))
- (shell-command-to-string "agda-mode locate")))
+;; (load-file (let ((coding-system-for-read 'utf-8))
+;; (shell-command-to-string "agda-mode locate")))
-(add-hook 'agda2-mode
- (lambda ()
- (subword-mode 1)
- (auto-fill-mode)
- (aggressive-indent-mode -1)))
+;; (add-hook 'agda2-mode
+;; (lambda ()
+;; (subword-mode 1)
+;; (auto-fill-mode)
+;; (aggressive-indent-mode -1)))
;; -----------------------------------------------------------------------------
;; Lean
-(use-package lean4-mode
- :load-path "~/.emacs.d/lean4-mode"
- :defer t
- :mode ("\\.lean$" . lean4-mode))
+;; (use-package lean-mode
+;; :ensure t
+;; :defer t
+;; :mode ("\\.lean$" . lean-mode))