Revert "Adjust icons' position."

This reverts commit a95440341e.
This commit is contained in:
Vincent Zhang 2018-11-25 23:10:12 +08:00
parent a95440341e
commit fa840219a3

View file

@ -679,8 +679,10 @@ buffer where knowing the current project directory is important."
(concat
(propertize icon
'help-echo (format "Major-mode: `%s'" major-mode)
'display '(raise -0.125)
'face `(:height 1.1 :family ,(all-the-icons-icon-family-for-mode major-mode) :inherit))
'display '(raise -0.15)
'face `(:height 1.1
:family ,(all-the-icons-icon-family-for-mode major-mode)
:inherit))
" ")))))
(add-hook 'find-file-hook 'doom-modeline-update-buffer-file-icon)
(add-hook 'after-save-hook 'doom-modeline-update-buffer-file-icon)