1

Set default mode to text-mode on startup

This commit is contained in:
Jessie Hildebrandt 2022-12-29 20:37:50 -05:00
parent c9660db8b6
commit dc00cd351a

View File

@ -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")