etc/proofgeneral-settings.el
author Marco Steger <m.steger@student.tugraz.at>
Tue, 28 Sep 2010 13:03:21 +0200
branchthe isac plugin for jEdit
changeset 38026 0a2a7c20277f
parent 32987 eac0ff83005e
child 41807 38f379224369
permissions -rw-r--r--
changed hgignore
     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")))))