Don't set buffer-read-only in +doom-dashboard-mode

This is already set by the parent mode, special-mode.
This commit is contained in:
Henrik Lissner 2018-07-29 17:59:37 +02:00
parent a4a0441ec9
commit 923093b263
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -115,8 +115,7 @@ PLIST can have the following properties:
:syntax-table nil
:abbrev-table nil
"Major mode for the DOOM dashboard buffer."
(setq truncate-lines t
buffer-read-only t)
(setq truncate-lines t)
(setq-local whitespace-style nil)
(setq-local show-trailing-whitespace nil)
(setq-local hscroll-margin 0)