From a142e71f3c4fa621ba2bacf261ee93c443314f19 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 1 Sep 2021 17:57:12 -0500 Subject: Remove initial-scratch-message --- init.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index 4248998..59506be 100644 --- a/init.el +++ b/init.el @@ -771,11 +771,12 @@ like a dumbass." (setup scratch (:option inhibit-startup-screen t initial-buffer-choice t - initial-scratch-message (concat ";; Howdy, " - (nth 0 (split-string - user-full-name)) - "! " - "Welcome to GNU Emacs.\n\n") + initial-scratch-message "" + ;; (concat ";; Howdy, " + ;; (nth 0 (split-string + ;; user-full-name)) + ;; "! " + ;; "Welcome to GNU Emacs.\n\n") initial-major-mode 'emacs-lisp-mode) (add-hook 'kill-buffer-query-functions -- cgit 1.4.1-21-gabe81