From 7bcd255cc1c3228d6a4408fc681ae459067ee307 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Feb 2025 13:37:29 -0500 Subject: Set scratch buffer to empty by default --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 91ca645..1f8de93 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -217,6 +217,7 @@ '(indicate-empty-lines t) '(inhibit-startup-screen t) '(initial-major-mode 'fundamental-mode) + '(initial-scratch-message "") '(ivy-magic-tilde nil) '(jabber-account-list '(("david.e.robillard@gmail.com" -- cgit v1.2.1