etc/proofgeneral-settings.el
author wenzelm
Sun, 07 Jul 2013 18:04:46 +0200
changeset 52548 a1a8248a4677
parent 41648 6d736d983d5c
permissions -rw-r--r--
some attempts to avoid sandwiching of actions stemming from single ESCAPE key event, to avoid potential conflict with ongoing text selection;

;;; 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))