| author | bulwahn | 
| Mon, 27 Sep 2010 12:23:00 +0200 | |
| changeset 39724 | ada0cd4900c1 | 
| 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: 
29145diff
changeset | 5 | (custom-set-variables '(indent-tabs-mode nil)) | 
| 
eac0ff83005e
disable indent-tabs-mode in Proof General / Emacs;
 wenzelm parents: 
29145diff
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"))))) |