mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix modeline duplication in buffer-file-name :help-echo
This commit is contained in:
@ -220,7 +220,7 @@ active."
|
||||
(and (active)
|
||||
'doom-modeline-buffer-file))))
|
||||
(when face `(:inherit ,face))))))
|
||||
'help-echo (+doom-modeline--buffer-file-name nil)))
|
||||
'help-echo buffer-file-truename))
|
||||
|
||||
(defun +doom-modeline--buffer-file-name-truncate (&optional truncate-tail)
|
||||
"Propertized `buffer-file-name' that truncates every dir along path.
|
||||
|
Reference in New Issue
Block a user