From 5c5e0b7ff63a68d549aff2ec7ae5609b41ff6d71 Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Fri, 8 Jul 2022 14:07:00 +0200 Subject: [PATCH] remove scratch buffer message --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 25f00d4..2bfa555 100644 --- a/init.el +++ b/init.el @@ -19,7 +19,7 @@ (setq coding-system-for-read 'utf-8 ) ; use utf-8 by default (setq coding-system-for-write 'utf-8 ) (setq sentence-end-double-space nil) ; sentence SHOULD end with only a point. -(setq initial-scratch-message "Welcome in Emacs") ; print a default message in the empty scratch buffer opened at startup +(setq initial-scratch-message "") ; print a default message in the empty scratch buffer opened at startup (setq focus-follows-mouse nil) ; stop popups from getting focus (setq mouse-autoselect-window nil) ; stop popups from getting focus (setq display-line-numbers 'relative) ; show relative line-numers