Change initial buffer name

This commit is contained in:
Wojciech Kozlowski 2020-04-09 14:10:47 +02:00
parent d3bc307fc6
commit 004ede494f

View File

@ -59,7 +59,7 @@ Internal use, do not set this variable.")
map)
"Keymap for initial buffer mode.")
(define-derived-mode init-buffer-mode fundamental-mode "Initial buffer"
(define-derived-mode init-buffer-mode fundamental-mode "Init"
"Major mode for startup screen."
:group 'init-buffer
:syntax-table nil