etc/proofgeneral-settings.el
author wenzelm
Sat, 20 Dec 2008 11:55:34 +0100
changeset 29145 b1c6f4563df7
parent 11635 fd242f857508
child 32987 eac0ff83005e
permissions -rw-r--r--
removed Ids;
wenzelm@11635
     1
;;; Options for Proof General
wenzelm@11061
     2
wenzelm@11635
     3
;; Examples for sensible settings:
wenzelm@11635
     4
wenzelm@11061
     5
;(custom-set-variables '(isar-eta-contract nil))
wenzelm@11635
     6
wenzelm@11635
     7
;(custom-set-faces
wenzelm@11635
     8
; '(proof-locked-face
wenzelm@11635
     9
;   ((((type x) (class color) (background light)) (:background "lightsteelblue2")))))