Fix 'invalid face attribute :background' warnings
And 'invalid face attribute nil' warnings too.
This commit is contained in:
parent
a3df5bfa3e
commit
dd1f7713ea
1 changed files with 3 additions and 2 deletions
|
@ -192,8 +192,9 @@ PLIST can have the following properties:
|
||||||
finally do (setq-local 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!
|
;; hl-line produces an ugly cut-off line highlight in the dashboard, so don't
|
||||||
(face-remap-add-relative 'hl-line '(:background nil)))
|
;; activate it there (by pretending it's already active).
|
||||||
|
(setq-local hl-line-mode t))
|
||||||
|
|
||||||
(define-key! +doom-dashboard-mode-map
|
(define-key! +doom-dashboard-mode-map
|
||||||
[left-margin mouse-1] #'ignore
|
[left-margin mouse-1] #'ignore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue