etc/proofgeneral-settings.el
author wenzelm
Sun, 20 May 2012 11:34:33 +0200
changeset 47884 21c42b095c84
parent 41648 6d736d983d5c
permissions -rw-r--r--
try to avoid races again (cf. 8c37cb84065f and fd3a36e48b09);

;;; Options for Proof General
;;;
;;; Examples for sensible settings:

;; keep sources clean
(custom-set-variables '(indent-tabs-mode nil))

;; retain vital AltGr behaviour, e.g. on non-US Mac OS X
;(custom-set-variables '(ns-alternate-modifier 'none))

;; longer timeout for saving persistent session
;(custom-set-variables '(proof-shell-quit-timeout 60))