From: Amin Bandali Date: Mon, 24 Dec 2018 23:43:53 +0000 (-0500) Subject: [emacs][wip] fix proof general X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/426cec7a80db7a16d4b820e27996f05a68f99977 [emacs][wip] fix proof general --- diff --git a/init.org b/init.org index 3cf7343..d8da51c 100644 --- a/init.org +++ b/init.org @@ -1411,7 +1411,8 @@ Automatically save place in each file. ** [[https://coq.inria.fr][Coq]] (with [[https://github.com/ProofGeneral/PG][Proof General]]) #+begin_src emacs-lisp -(use-package proof-general) +(use-package proof-site + :straight proof-general) #+end_src ** [[https://leanprover.github.io][Lean]] (with [[https://github.com/leanprover/lean-mode][lean-mode]])