From a9f3a935c3f8173ba7c499654405513a87bc3002 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 31 Dec 2016 20:03:52 +0100 Subject: Don’t show the startup screen in Emacs --- emacs/.emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 6955fcf..2e10614 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -171,6 +171,16 @@ To start off, first I need to enable lexical binding. (setq-default tab-width 4) #+END_SRC +* Inhibit startup screen + + I've been using Emacs long enough not to need the startup screen + anymore. I don't see it on my PC where I start Emacs in daemon mode, + but on my laptop I always start it normally, so it gets in the way. + + #+BEGIN_SRC emacs-lisp + (setq inhibit-startup-screen t) + #+END_SRC + * Font Set the default font to a more pleasing one, in my opinion, with a -- cgit v1.2.3-54-g00ecf