mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/doom-dashboard: only affect buffer-local fringe-indicator-alist
This commit is contained in:
@ -188,7 +188,7 @@ PLIST can have the following properties:
|
|||||||
(setq-local display-line-numbers-type nil)
|
(setq-local display-line-numbers-type nil)
|
||||||
(cl-loop for (car . _cdr) in fringe-indicator-alist
|
(cl-loop for (car . _cdr) in fringe-indicator-alist
|
||||||
collect (cons car nil) into 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
|
;; Ensure point is always on a button
|
||||||
(add-hook 'post-command-hook #'+doom-dashboard-reposition-point-h nil 'local)
|
(add-hook 'post-command-hook #'+doom-dashboard-reposition-point-h nil 'local)
|
||||||
;; Never show hl-line, because the margin cut-off looks ugly!
|
;; Never show hl-line, because the margin cut-off looks ugly!
|
||||||
|
Reference in New Issue
Block a user