I realize when I open emacs using emacs -Q
I can see *scratch*
for a very short time. Sometimes 1ms or half a second.
=> How to prevent *scratch*
or *Messages*
buffer to show up when I open via emacs -Q
along with a theme?
My eval file is:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'dracula t)
(setq inhibit-splash-screen t)
(setq inhibit-startup-message t)
(setq initial-scratch-message "")
==> emacs -q -l ~/emacs_q.el hello_emacs