From 3b781b2eebeae6a176d7d37d798448d21bc84227 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 29 Nov 2016 00:45:20 +0000 Subject: [PATCH] emacs: inhibit-startup-screen --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index c629a79..707f297 100644 --- a/dot/emacs +++ b/dot/emacs @@ -7,6 +7,7 @@ ;; If there is more than one, they won't work right. '(blink-cursor-mode nil) '(font-use-system-font t) + '(inhibit-startup-screen t) '(send-mail-function (quote sendmail-send-it))) (custom-set-faces ;; custom-set-faces was added by Custom. -- 2.30.2