mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
:syntax-table nil
|
||||||
:abbrev-table nil
|
:abbrev-table nil
|
||||||
"Major mode for the DOOM dashboard buffer."
|
"Major mode for the DOOM dashboard buffer."
|
||||||
(setq truncate-lines t
|
(setq truncate-lines t)
|
||||||
buffer-read-only t)
|
|
||||||
(setq-local whitespace-style nil)
|
(setq-local whitespace-style nil)
|
||||||
(setq-local show-trailing-whitespace nil)
|
(setq-local show-trailing-whitespace nil)
|
||||||
(setq-local hscroll-margin 0)
|
(setq-local hscroll-margin 0)
|
||||||
|
Reference in New Issue
Block a user