ui/doom-dashboard: fix trailing highlights in whitespace-mode #297
This commit is contained in:
parent
317536a02a
commit
1873a48e71
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ loading.")
|
|||
"Major mode for the DOOM dashboard buffer."
|
||||
(read-only-mode +1)
|
||||
(setq truncate-lines t)
|
||||
(setq-local whitespace-style nil)
|
||||
(cl-loop for (car . _cdr) in fringe-indicator-alist
|
||||
collect (cons car nil) into alist
|
||||
finally do (setq fringe-indicator-alist alist)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue