summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-08-13 23:43:01 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2022-08-13 23:43:01 +0200
commitc3e06fc4cd9fbf89ecbf60ace9153d960ca4585f (patch)
tree93aad86d6408af196dd4dd2dfd43c977fbc7b9a4 /emacs.el
parent7aec7a2153a6d3964f5cafc8a75dbf9405497776 (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)