| author | wenzelm | 
| Wed, 12 May 2010 13:52:34 +0200 | |
| changeset 36858 | 8eac822dec6c | 
| 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")))))  |