From 7ebe22a5ef78f74438446ef6d8587ac8a3870068 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 16 Mar 2023 11:34:56 -0400 Subject: [PATCH] Switch initial mode to fundamental-mode --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index a68c964..56b0933 100644 --- a/init.el +++ b/init.el @@ -325,7 +325,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") + (initial-major-mode 'fundamental-mode "Set initial mode to fundamental-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")