mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Disable proof general's splash screen
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user