etc/proofgeneral-settings.el
author wenzelm
Mon, 21 Jun 2010 11:35:56 +0200
changeset 37482 5a8981a7acbc
parent 32987 eac0ff83005e
child 41807 38f379224369
permissions -rw-r--r--
Added tag Isabelle2009-2 for changeset 35815ce9218a
     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 '(isar-eta-contract nil))
     8 
     9 ;(custom-set-faces
    10 ; '(proof-locked-face
    11 ;   ((((type x) (class color) (background light)) (:background "lightsteelblue2")))))