author | haftmann |
Thu, 14 Jan 2010 17:47:39 +0100 | |
changeset 34900 | 9b12b0824bfe |
parent 32987 | eac0ff83005e |
child 41559 | 38f379224369 |
permissions | -rw-r--r-- |
11635 | 1 |
;;; Options for Proof General |
11061 | 2 |
|
11635 | 3 |
;; Examples for sensible settings: |
4 |
||
32987
eac0ff83005e
disable indent-tabs-mode in Proof General / Emacs;
wenzelm
parents:
29145
diff
changeset
|
5 |
(custom-set-variables '(indent-tabs-mode nil)) |
eac0ff83005e
disable indent-tabs-mode in Proof General / Emacs;
wenzelm
parents:
29145
diff
changeset
|
6 |
|
11061 | 7 |
;(custom-set-variables '(isar-eta-contract nil)) |
11635 | 8 |
|
9 |
;(custom-set-faces |
|
10 |
; '(proof-locked-face |
|
11 |
; ((((type x) (class color) (background light)) (:background "lightsteelblue2"))))) |