Disable proof general's splash screen
This commit is contained in:
parent
b7044b5f32
commit
5738e39fea
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
;; tries to load `proof-site'. We prevent this by defining these two variables
|
;; tries to load `proof-site'. We prevent this by defining these two variables
|
||||||
;; early, in our own autoloads file.
|
;; early, in our own autoloads file.
|
||||||
(setq pg-init--script-full-path (locate-library "proof-general")
|
(setq pg-init--script-full-path (locate-library "proof-general")
|
||||||
pg-init--pg-root (file-name-directory pg-init--script-full-path))
|
pg-init--pg-root (file-name-directory pg-init--script-full-path)
|
||||||
|
proof-splash-enable nil)
|
||||||
|
|
||||||
|
|
||||||
;;;###package coq
|
;;;###package coq
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue