Suppress startup screen

This commit is contained in:
Kevin Cotugno 2017-02-27 20:03:28 -08:00
parent d551c26e63
commit e448d19e97

View File

@ -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)))