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