From c892de992686e632fbb2d491a1be4885437b3cc7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 24 Oct 2023 11:22:17 +0100 Subject: [PATCH] Inhibit startup splash --- home/emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/emacs/init.el b/home/emacs/init.el index 6febb65c..d3ddb493 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -48,9 +48,10 @@ fill-column 80) ;; Theme settings +(setq use-dialog-box nil + crafted-startup-inhibit-splash t) (tool-bar-mode -1) (scroll-bar-mode -1) -(setq use-dialog-box nil) (load-theme 'doom-tokyo-night t) (add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font-12")) (global-prettify-symbols-mode)