From 8cb8e391283053cdb887ab6cba823b9cf958a989 Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Fri, 15 Sep 2017 22:42:02 +0300 Subject: [PATCH] Emacs 25 has a new inhibit? (Not sure it's just 25.) --- emacs-init-el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs-init-el b/emacs-init-el index af6449c..0ecdded 100644 --- a/emacs-init-el +++ b/emacs-init-el @@ -107,6 +107,9 @@ :ensure t :defer t) +;; kill the damned gnu screen +(setq inhibit-startup-screen t) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.