etc/proofgeneral-settings.el
author bulwahn
Thu, 07 Jul 2011 23:33:14 +0200
changeset 44566 47b0be18ccbe
parent 41896 6d736d983d5c
permissions -rw-r--r--
floor and ceiling definitions are not code equations -- this enables trivial evaluation of floor and ceiling
     1 ;;; Options for Proof General
     2 ;;;
     3 ;;; Examples for sensible settings:
     4 
     5 ;; keep sources clean
     6 (custom-set-variables '(indent-tabs-mode nil))
     7 
     8 ;; retain vital AltGr behaviour, e.g. on non-US Mac OS X
     9 ;(custom-set-variables '(ns-alternate-modifier 'none))
    10 
    11 ;; longer timeout for saving persistent session
    12 ;(custom-set-variables '(proof-shell-quit-timeout 60))
    13