mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user