Inhibit startup splash

This commit is contained in:
Evie Litherland-Smith 2023-10-24 11:22:17 +01:00
parent 69af15746d
commit c892de9926

View file

@ -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)