remove scratch buffer message

This commit is contained in:
Stefan Schwarz 2022-07-08 14:07:00 +02:00
parent eff75f8911
commit 5c5e0b7ff6

View file

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