From bc76001b993ee1878c30f94aa1f357b3dc2a6bec Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 5 May 2023 18:46:39 +0300 Subject: emacs: Disable splash screen --- emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.org b/emacs.org index c08de61..0982c34 100755 --- a/emacs.org +++ b/emacs.org @@ -116,7 +116,7 @@ Set ~package-archives~, and install packages ** Basic UI Fonts and basic appearance settings #+begin_src emacs-lisp - (setq inhibit-startup-message nil) + (setq inhibit-startup-message t) (setq initial-scratch-message nil) ;; Transparency (set-frame-parameter (selected-frame) 'alpha '(90 95)) -- cgit v1.2.3