diff options
author | 2018-07-06 12:11:16 -0400 | |
---|---|---|
committer | 2018-07-06 12:11:16 -0400 | |
commit | 695170a4c7ba5c076b3f1c58b66836f20d242fa0 (patch) | |
tree | 1c2b88e15fae65e2e5d269cb132458d928b37515 /init.org | |
parent | fad62af517873a5a40dc4487a505b88383b794f1 (diff) | |
download | configs-695170a4c7ba5c076b3f1c58b66836f20d242fa0.tar.gz configs-695170a4c7ba5c076b3f1c58b66836f20d242fa0.tar.xz configs-695170a4c7ba5c076b3f1c58b66836f20d242fa0.zip |
[emacs] assimilate Proof General (for Coq)
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1091,6 +1091,13 @@ TODO: break this giant source block down into individual org sections. :config (setq alloy-basic-offset 2)) #+end_src +** Coq + +#+begin_src emacs-lisp +(use-package proof-site ; Proof General + :load-path "lib/proof-site/generic/") +#+end_src + ** [[https://github.com/leanprover/lean-mode][Lean]] #+begin_src emacs-lisp |