blob: a394121c7665fde6f8b6cba06d3fe9b28c39aa2b (
plain)
1
2
3
4
5
6
7
8
9
|
;;
;; $Id$
;;
(customize-set-variable
'isabelle-prog-name
(concat (getenv "ISABELLE") " " (getenv "PROOFGENERAL_LOGIC")))
(customize-set-variable 'proof-assistant-table '((isa "Isabelle" "\\.ML$\\|\\.thy$")))
|