mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix #50: Misplaced major mode icon.
This commit is contained in:
parent
613684d383
commit
87f12fa662
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ buffer where knowing the current project directory is important."
|
|||
(concat
|
||||
(propertize icon
|
||||
'help-echo (format "Major-mode: `%s'" major-mode)
|
||||
'display '(raise 0)
|
||||
'display '(raise -0.15)
|
||||
'face `(:height 1.1
|
||||
:family ,(all-the-icons-icon-family-for-mode major-mode)
|
||||
:inherit))
|
||||
|
|
Loading…
Reference in a new issue