etc/proofgeneral-settings.el
author blanchet
Mon, 25 Jul 2011 14:10:12 +0200
changeset 44833 e1d29c3ca933
parent 41896 6d736d983d5c
permissions -rw-r--r--
introduced hybrid lambda translation
wenzelm@11635
     1
;;; Options for Proof General
wenzelm@41896
     2
;;;
wenzelm@41896
     3
;;; Examples for sensible settings:
wenzelm@11061
     4
wenzelm@41896
     5
;; keep sources clean
wenzelm@32987
     6
(custom-set-variables '(indent-tabs-mode nil))
wenzelm@41874
     7
wenzelm@41896
     8
;; retain vital AltGr behaviour, e.g. on non-US Mac OS X
wenzelm@41896
     9
;(custom-set-variables '(ns-alternate-modifier 'none))
wenzelm@41896
    10
wenzelm@41896
    11
;; longer timeout for saving persistent session
wenzelm@41874
    12
;(custom-set-variables '(proof-shell-quit-timeout 60))
wenzelm@32987
    13