ui/doom-dashboard: only affect buffer-local fringe-indicator-alist

This commit is contained in:
Henrik Lissner 2021-05-01 02:29:49 -04:00
parent 09be988c74
commit b903930f2d

View file

@ -188,7 +188,7 @@ PLIST can have the following properties:
(setq-local display-line-numbers-type nil)
(cl-loop for (car . _cdr) in fringe-indicator-alist
collect (cons car nil) into alist
finally do (setq fringe-indicator-alist alist))
finally do (setq-local fringe-indicator-alist alist))
;; Ensure point is always on a button
(add-hook 'post-command-hook #'+doom-dashboard-reposition-point-h nil 'local)
;; Never show hl-line, because the margin cut-off looks ugly!