mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Remove unused codes.
This commit is contained in:
parent
f524bbc622
commit
b0e61befc9
1 changed files with 1 additions and 3 deletions
|
@ -382,9 +382,7 @@ mouse-1: Previous buffer\nmouse-3: Next buffer"
|
|||
(if (doom-modeline--active)
|
||||
icon
|
||||
(propertize icon 'face `(:inherit
|
||||
,(let* ((props (get-text-property 0 'face icon)))
|
||||
(if doom-modeline-major-mode-color-icon
|
||||
props (remove :inherit props)))
|
||||
,(get-text-property 0 'face icon)
|
||||
:inherit
|
||||
mode-line-inactive)))
|
||||
(doom-modeline-vspc))))))
|
||||
|
|
Loading…
Reference in a new issue