summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
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)