compat(dirvish): customize highlight line inactive face
This commit is contained in:
parent
3a606446ff
commit
e7e4e1fad9
|
@ -4001,7 +4001,8 @@ To fix the line highlight we can just configure the relevant face (~dirvish-hl-l
|
|||
|
||||
#+begin_src emacs-lisp
|
||||
(after! dirvish
|
||||
(set-face-attribute 'dirvish-hl-line nil :inherit 'hl-line))
|
||||
(set-face-attribute 'dirvish-hl-line nil :inherit 'hl-line)
|
||||
(set-face-attribute 'dirvish-hl-line-inactive nil :inherit 'hl-line))
|
||||
|
||||
(after! vc
|
||||
(set-face-attribute 'vc-edited-state nil
|
||||
|
|
Loading…
Reference in a new issue