From: rearman Date: Fri, 19 Sep 2025 13:53:03 +0000 (-0400) Subject: Add a message to the scratch buffer X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=3e3cea3a22a45bb0d0dd8b981d753129820946dc;p=emacsinit.git Add a message to the scratch buffer --- diff --git a/early-init.el b/early-init.el index 78be09c..cd25d1e 100644 --- a/early-init.el +++ b/early-init.el @@ -17,7 +17,8 @@ inhibit-startup-buffer-menu t server-client-instructions nil frame-resize-pixelwise t - default-directory "~/") + default-directory "~/" + initial-scratch-message ";;; SCRATCH\n\n") (provide 'early-init) ;;; early-init.el ends here