From a27769042232c3d3b5c72113a2419277390a9e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 6 May 2011 16:58:16 +0200 Subject: Emacs changes for new PG and Isabelle version --- .emacs | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index 66b3c1a..77bf54e 100644 --- a/.emacs +++ b/.emacs @@ -20,7 +20,7 @@ ;; key bindings (add-hook 'proof-mode-hook - (lambda () (local-set-key (kbd "M-c") 'unicode-tokens-token-insert))) + (lambda () (local-set-key (kbd "M-c") 'unicode-tokens-insert-token))) (custom-set-variables ;; custom-set-variables was added by Custom. @@ -28,13 +28,12 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(indent-tabs-mode nil) - '(isar-display:long-names nil) '(isar-display:show-main-goal t) - '(isar-display:show-sorts nil) - '(isar-display:show-types nil) '(isar-maths-menu-enable t) + '(isar-tracing:auto-try nil) '(isar-unicode-tokens-enable t) '(isar-unicode-tokens2-enable t) + '(isar-use-find-theorems-form t) '(isar-x-symbol-enable nil) '(proof-delete-empty-windows nil) '(proof-imenu-enable t) @@ -45,10 +44,14 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:inherit nil :stipple nil :background "Grey15" :foreground "Grey" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 123 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) + '(default ((t (:inherit nil :stipple nil :background "Grey15" :foreground "Grey" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 111 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) '(isabelle-free-name-face ((((type x) (class color) (background dark)) (:foreground "lightblue")))) + '(isabelle-quote-face ((((type x) (class color) (background dark)) (:foreground "cyan3")))) + '(isabelle-string-face ((((type x) (class color) (background dark)) (:foreground "cyan3")))) '(isabelle-var-name-face ((((type x) (class color) (background dark)) (:foreground "lightblue3")))) '(linum ((t (:inherit (shadow default) :foreground "gold")))) + '(proof-boring-face ((((type x) (class color) (background dark)) (:foreground "cyan3")))) '(proof-highlight-dependency-face ((((type x) (class color) (background dark)) (:background "peru" :foreground "black")))) '(proof-highlight-dependent-face ((((type x) (class color) (background dark)) (:background "darkorange" :foreground "black")))) + '(proof-region-mouse-highlight-face ((((type x) (class color) (background dark)) (:background "yellow3" :foreground "black")))) '(proof-warning-face ((((type x) (class color) (background dark)) (:background "orange2" :foreground "black"))))) -- cgit v1.2.3