From ad89e322f52e6f017a901ecee94a3817458705f0 Mon Sep 17 00:00:00 2001 From: David Florness Date: Mon, 27 Nov 2017 16:02:42 -0700 Subject: [PATCH] Remove scratch message --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 502b3a8..107cd51 100644 --- a/init.el +++ b/init.el @@ -239,6 +239,7 @@ ;; If there is more than one, they won't work right. '(column-number-mode t) '(initial-buffer-choice "~/.emacs.d/init.el") + '(initial-scratch-message "") '(show-paren-mode t)) (custom-set-faces ;; custom-set-faces was added by Custom. -- 2.38.4