From e448d19e971fdc186040a78be068dcd9a18354ac Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 27 Feb 2017 20:03:28 -0800 Subject: [PATCH] Suppress startup screen --- config/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/config/emacs.d/init.el b/config/emacs.d/init.el index 71ac0d0..f7fa89b 100644 --- a/config/emacs.d/init.el +++ b/config/emacs.d/init.el @@ -33,6 +33,7 @@ (menu-bar-mode -1) (tool-bar-mode -1) (scroll-bar-mode -1) +(setq inhibit-startup-screen t) (when 'display-graphic-p (lambda () (global-hl-line-mode t)))