Deemphasize buffer name in inactive mode-lines
This commit is contained in:
parent
aaad0c7745
commit
45123dee0a
5
init.el
5
init.el
@ -2126,7 +2126,10 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
mode-line-remote
|
||||
mode-line-window-dedicated)
|
||||
mode-line-frame-identification
|
||||
mode-line-buffer-identification
|
||||
(:eval (if (mode-line-window-selected-p)
|
||||
mode-line-buffer-identification
|
||||
(list (propertize (car mode-line-buffer-identification)
|
||||
'face 'default))))
|
||||
" "
|
||||
mode-line-position
|
||||
(project-mode-line project-mode-line-format)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user