Indicate how to load ProofGeneral in .emacs.

This commit is contained in:
François Pottier 2017-09-21 22:09:04 +02:00
parent 09761828fc
commit cb1a56bbda

View file

@ -185,6 +185,13 @@ sudo rm -rf $TARGET
sudo mv /tmp/PG $TARGET
```
Enable ProofGeneral by adding the following line to your `.emacs` file:
```elisp
(load-file "/usr/local/share/emacs/site-lisp/ProofGeneral/generic/proof-site.el")
```
If desired, ProofGeneral can be further
[customized](https://proofgeneral.github.io/doc/userman/ProofGeneral_9/).
## Bibliography
[Types and Programming Languages](https://mitpress.mit.edu/books/types-and-programming-languages),