summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:08 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:08 +0100
commitc9c9536db6ebe37d0a605c4686132098e7c433d0 (patch)
treea37bd18928066867906072430362a8f512d5e4d8 /emacs.el
parentc54d07c4ad955ab942d48a0d9c040ccfa9709b57 (diff)
Disable Startup Screen in Emacs
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index 647576e..c6a9ff9 100644
--- a/emacs.el
+++ b/emacs.el
@@ -40,3 +40,7 @@
(setq user-full-name "Marek Paśnikowski")
(setq user-mail-address "marekpasnikowski@protonmail.com")
+
+;; Startup Screen Inhibition
+
+(setq inhibit-startup-screen t)