Skip to content

Commit

Permalink
Reduce splash time to 1s.
Browse files Browse the repository at this point in the history
The idea is that this splash screen annoys everyone, even in its new
manga-style form.

I would even consider removing it completely but at least let us not
have it last for 8 seconds by default.
  • Loading branch information
Matafou committed May 5, 2024
1 parent 1adcaaf commit ea0f007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/proof-splash.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
:type 'boolean
:group 'proof-user-options)

(defcustom proof-splash-time 8
(defcustom proof-splash-time 1
"Minimum number of seconds to display splash screen for.
The splash screen may be displayed for a wee while longer than
this, depending on how long it takes the machine to initialise
Expand Down

0 comments on commit ea0f007

Please sign in to comment.