Indicate how to load ProofGeneral in .emacs.
This commit is contained in:
parent
09761828fc
commit
cb1a56bbda
1 changed files with 7 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue