1

Switch initial mode to fundamental-mode

This commit is contained in:
Jessie Hildebrandt 2023-03-16 11:34:56 -04:00
parent f52fd7e102
commit 7ebe22a5ef

View File

@ -325,7 +325,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
;; Startup ;; Startup
(initial-scratch-message "" "Leave scratch buffer empty on 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-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") (inhibit-default-init t "Do not attempt to load any OS-provided init files")