aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-site.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index 239ed2fe..4225bc27 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -32,6 +32,12 @@ Default value taken from PROOF_HOME, or use customize to set it."
:type 'directory
:group 'proof)
+(defcustom proof-image-directory
+ (concat proof-home "images/")
+ "Where proof mode image files are installed. Ends with slash."
+ :type 'directory
+ :group 'proof)
+
(defcustom proof-assistant
'isa
"Choice of proof assitant to run generic mode with.