mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
Adjust the position of the buffer icon.
This commit is contained in:
parent
01eb33201f
commit
0dd6a32b7e
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ buffer where knowing the current project directory is important."
|
|||
:v-adjust 0.0)
|
||||
icon)
|
||||
'help-echo (format "Major-mode: %s" (format-mode-line mode-name))
|
||||
'display '(raise -0.125))))))
|
||||
'display '(raise -0.175))))))
|
||||
(add-hook 'find-file-hook #'doom-modeline-update-buffer-file-icon)
|
||||
(add-hook 'after-change-major-mode-hook #'doom-modeline-update-buffer-file-icon)
|
||||
(add-hook 'clone-indirect-buffer-hook #'doom-modeline-update-buffer-file-icon)
|
||||
|
|
Loading…
Add table
Reference in a new issue