Switch initial mode to fundamental-mode
This commit is contained in:
parent
f52fd7e102
commit
7ebe22a5ef
2
init.el
2
init.el
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user