etc/proofgeneral-settings.el
author blanchet
Wed, 15 Sep 2010 15:44:24 +0200
changeset 39409 782477d78f63
parent 32987 eac0ff83005e
child 41559 38f379224369
permissions -rw-r--r--
put "foldl" and "foldr" in "Useful"; Isabelle hides those symbols from List, but by adding them to Useful we have them throughout Metis without "List." prefix

;;; Options for Proof General

;; Examples for sensible settings:

(custom-set-variables '(indent-tabs-mode nil))

;(custom-set-variables '(isar-eta-contract nil))

;(custom-set-faces
; '(proof-locked-face
;   ((((type x) (class color) (background light)) (:background "lightsteelblue2")))))