etc/proofgeneral-settings.el
author wenzelm
Sat, 15 Jan 2011 12:19:07 +0100
changeset 41807 38f379224369
parent 32987 eac0ff83005e
child 41874 057bbb28d3ff
permissions -rw-r--r--
hardwired default for proof-shell-quit-timeout (PG 4.1 provides rather low value);
     1 ;;; Options for Proof General
     2 
     3 ;; Examples for sensible settings:
     4 
     5 (custom-set-variables '(indent-tabs-mode nil))
     6 (custom-set-variables '(proof-shell-quit-timeout 45))
     7 
     8 ;(custom-set-variables '(isar-eta-contract nil))
     9 
    10 ;(custom-set-faces
    11 ; '(proof-locked-face
    12 ;   ((((type x) (class color) (background light)) (:background "lightsteelblue2")))))