etc/proofgeneral-settings.el
author wenzelm
Sat, 15 Jan 2011 12:19:07 +0100
changeset 41559 38f379224369
parent 32987 eac0ff83005e
child 41626 057bbb28d3ff
permissions -rw-r--r--
hardwired default for proof-shell-quit-timeout (PG 4.1 provides rather low value);

;;; Options for Proof General

;; Examples for sensible settings:

(custom-set-variables '(indent-tabs-mode nil))
(custom-set-variables '(proof-shell-quit-timeout 45))

;(custom-set-variables '(isar-eta-contract nil))

;(custom-set-faces
; '(proof-locked-face
;   ((((type x) (class color) (background light)) (:background "lightsteelblue2")))))