From 923093b263ff84939630e88f41738b1439735e23 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 29 Jul 2018 17:59:37 +0200 Subject: [PATCH] Don't set buffer-read-only in +doom-dashboard-mode This is already set by the parent mode, special-mode. --- modules/ui/doom-dashboard/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 4dad0c44c..4c0399d14 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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)