etc/proofgeneral-settings.el
author wenzelm
Sun, 23 Jan 2011 16:29:10 +0100
changeset 41874 057bbb28d3ff
parent 41807 38f379224369
child 41896 6d736d983d5c
permissions -rw-r--r--
do not overwrite proof-shell-quit-timeout by default (final PG 4.1 supposedly gets it right);
     1 ;;; Options for Proof General
     2 
     3 ;; Examples for sensible settings:
     4 
     5 (custom-set-variables '(indent-tabs-mode nil))
     6 
     7 ;(custom-set-variables '(proof-shell-quit-timeout 60))
     8 
     9 ;(custom-set-variables '(isar-eta-contract nil))
    10 
    11 ;(custom-set-faces
    12 ; '(proof-locked-face
    13 ;   ((((type x) (class color) (background light)) (:background "lightsteelblue2")))))