From 75ed46068424b12f98c1227408ddacaab6707a7c Mon Sep 17 00:00:00 2001 From: Grant Hunter Date: Mon, 12 Jun 2017 21:35:21 -0600 Subject: [PATCH] remove emacs startup screen --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 942cbc2..c262a83 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -22,7 +22,7 @@ (if (display-graphic-p) (load-theme 'ubuntu t) ) - +(setq inhibit-startup-screen t) ;;add ternjs to emacs (add-to-list 'load-path "~/Development/util/tern/emacs/")