diff options
| -rw-r--r-- | bin/proofgeneral | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/proofgeneral b/bin/proofgeneral index d24ba24e..4f442867 100644 --- a/bin/proofgeneral +++ b/bin/proofgeneral @@ -20,7 +20,7 @@ # The default path should work if you are using the Proof General RPM # or unpack Proof General in your home directory. # NB: no trailing backslash here! -PGHOMEDEFAULT=/home/da/ProofGeneral +PGHOMEDEFAULT=$HOME/ProofGeneral # Try to find a default Emacs executable if [ -z "$EMACS" ] || [ ! -x "$EMACS" ]; then |
