| author | bulwahn |
| Fri, 12 Mar 2010 12:14:30 +0100 | |
| changeset 35756 | cfde251d03a5 |
| 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"))))) |