ui/doom-dashboard: only affect buffer-local fringe-indicator-alist
This commit is contained in:
parent
09be988c74
commit
b903930f2d
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue