(after-init-hook): Set inhibit-startup-screen to t
after reading the desktop.
This commit is contained in:
parent
4222d0a4f3
commit
54d22a6f16
1 changed files with 3 additions and 1 deletions
|
@ -1292,7 +1292,9 @@ If there are no buffers left to create, kill the timer."
|
|||
(when (member key command-line-args)
|
||||
(setq command-line-args (delete key command-line-args))
|
||||
(setq desktop-save-mode nil)))
|
||||
(when desktop-save-mode (desktop-read))))
|
||||
(when desktop-save-mode
|
||||
(desktop-read)
|
||||
(setq inhibit-startup-screen t))))
|
||||
|
||||
(provide 'desktop)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue