From b903930f2dda48b6613f57c640645f362c00ef20 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 1 May 2021 02:29:49 -0400 Subject: [PATCH] ui/doom-dashboard: only affect buffer-local fringe-indicator-alist --- modules/ui/doom-dashboard/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 238310373..9fcab8802 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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!