Disable show-trailing-whitespace in doom dashboard #297

This commit is contained in:
Henrik Lissner 2017-12-25 19:09:55 -05:00
parent 04820bc022
commit b5cb8a0527
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -26,6 +26,7 @@ loading.")
(read-only-mode +1)
(setq truncate-lines t)
(setq-local whitespace-style nil)
(setq-local show-trailing-whitespace nil)
(cl-loop for (car . _cdr) in fringe-indicator-alist
collect (cons car nil) into alist
finally do (setq fringe-indicator-alist alist)))