From dc00cd351a6cdf2c79b4dbe0c1047c61fd95297e Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 29 Dec 2022 20:37:50 -0500 Subject: [PATCH] Set default mode to text-mode on startup --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 64724fe..d329e88 100644 --- a/init.el +++ b/init.el @@ -326,6 +326,7 @@ DOCSTRING is an optional form that is discarded upon expansion." ;; Startup (initial-scratch-message "" "Leave scratch buffer empty on startup") + (initial-major-mode 'text-mode "Set initial mode to text-mode on startup") (inhibit-startup-screen t "Do not create or show the initial splash screen") (inhibit-default-init t "Do not attempt to load any OS-provided init files")