Remove proof general from emacs
This commit is contained in:
parent
29d72d7a4d
commit
8fece56322
1 changed files with 0 additions and 7 deletions
|
|
@ -79,9 +79,6 @@
|
||||||
'(initial-scratch-message "")
|
'(initial-scratch-message "")
|
||||||
'(menu-bar-mode nil)
|
'(menu-bar-mode nil)
|
||||||
'(mouse-wheel-mode nil)
|
'(mouse-wheel-mode nil)
|
||||||
'(proof-assistants (quote (coq)))
|
|
||||||
'(proof-splash-enable nil)
|
|
||||||
'(proof-three-window-mode-policy (quote hybrid))
|
|
||||||
'(require-final-newline t)
|
'(require-final-newline t)
|
||||||
'(scheme-program-name "mit-scheme")
|
'(scheme-program-name "mit-scheme")
|
||||||
'(show-paren-delay 0)
|
'(show-paren-delay 0)
|
||||||
|
|
@ -97,7 +94,6 @@
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(hl-line ((t (:background "black"))))
|
'(hl-line ((t (:background "black"))))
|
||||||
'(proof-locked-face ((t (:underline nil :weight bold))))
|
|
||||||
'(tuareg-font-lock-operator-face ((t (:inherit font-lock-keyword-face)))))
|
'(tuareg-font-lock-operator-face ((t (:inherit font-lock-keyword-face)))))
|
||||||
|
|
||||||
(require 'autopair)
|
(require 'autopair)
|
||||||
|
|
@ -283,9 +279,6 @@ they line up with the line containing the corresponding opening bracket."
|
||||||
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
||||||
(load-theme 'jdkaplan t)
|
(load-theme 'jdkaplan t)
|
||||||
|
|
||||||
;; Proof General
|
|
||||||
(load-file "/usr/share/emacs/site-lisp/ProofGeneral/generic/proof-site.el")
|
|
||||||
|
|
||||||
;; sup
|
;; sup
|
||||||
(add-to-list 'auto-mode-alist '("/sup.*eml$" . message-mode))
|
(add-to-list 'auto-mode-alist '("/sup.*eml$" . message-mode))
|
||||||
(add-hook 'message-mode-hook
|
(add-hook 'message-mode-hook
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue