mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update help echo of mode icon.
This commit is contained in:
parent
be9df01374
commit
e83a22ee6f
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ buffer where knowing the current project directory is important."
|
|||
(setq icon (doom-modeline-icon-for-file (buffer-name) :height 0.92)))
|
||||
(unless (symbolp icon)
|
||||
(propertize icon
|
||||
'help-echo (format "Major-mode: `%s'" major-mode)
|
||||
'help-echo (format "Major-mode: %s" mode-name)
|
||||
'display '(raise -0.125))))))
|
||||
(add-hook 'find-file-hook 'doom-modeline-update-buffer-file-icon)
|
||||
(add-hook 'after-revert-hook 'doom-modeline-update-buffer-file-icon)
|
||||
|
|
Loading…
Reference in a new issue