etc/proofgeneral-settings.el
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 23 Sep 2010 16:38:25 +0200
branchisac-update-Isa09-2
changeset 38015 67ba02dffacc
parent 32987 eac0ff83005e
child 41807 38f379224369
permissions -rw-r--r--
changed 'writeln' --> 'tracing' in src/ and _NOT_ in test/
wenzelm@11635
     1
;;; Options for Proof General
wenzelm@11061
     2
wenzelm@11635
     3
;; Examples for sensible settings:
wenzelm@11635
     4
wenzelm@32987
     5
(custom-set-variables '(indent-tabs-mode nil))
wenzelm@32987
     6
wenzelm@11061
     7
;(custom-set-variables '(isar-eta-contract nil))
wenzelm@11635
     8
wenzelm@11635
     9
;(custom-set-faces
wenzelm@11635
    10
; '(proof-locked-face
wenzelm@11635
    11
;   ((((type x) (class color) (background light)) (:background "lightsteelblue2")))))