From: Ian Jackson Date: Tue, 29 Nov 2016 00:45:20 +0000 (+0000) Subject: emacs: inhibit-startup-screen X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=3b781b2eebeae6a176d7d37d798448d21bc84227;p=ian-dotfiles.git emacs: inhibit-startup-screen --- 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.