Fix false face setting in inactive mode-lines
Same fix as for the Org clock mode line.
This commit is contained in:
parent
4593f083e6
commit
db16dec343
2
init.el
2
init.el
@ -2129,7 +2129,7 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
(:eval (if (mode-line-window-selected-p)
|
||||
mode-line-buffer-identification
|
||||
(list (propertize (car mode-line-buffer-identification)
|
||||
'face 'default))))
|
||||
'face nil))))
|
||||
" "
|
||||
mode-line-position
|
||||
(project-mode-line project-mode-line-format)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user