mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(after-init-hook): Set inhibit-startup-screen to t
after reading the desktop.
This commit is contained in:
parent
4222d0a4f3
commit
54d22a6f16
@ -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…
Reference in New Issue
Block a user