From cbe8c220292603e5fc0d7100af9479bcad2b1e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 20 Oct 2024 09:38:49 -0700 Subject: emacs: keep initial screen minimal --- .emacs.d/early-init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs.d/early-init.el') diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el index ae3e189..4565a88 100644 --- a/.emacs.d/early-init.el +++ b/.emacs.d/early-init.el @@ -27,3 +27,7 @@ ;; Do not report warnings. It's too noisy. (setq native-comp-async-report-warnings-errors 'silent) + +;; Keep things minimal +(setq inhibit-startup-screen t) +(setq inhibit-startup-echo-area-message user-login-name) -- cgit v1.2.3