mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update the buffer file name after reverting the file.
This commit is contained in:
parent
e075339b2b
commit
b6f98e4646
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ active.")
|
|||
(when face `(:inherit ,face))))))
|
||||
'help-echo buffer-file-truename))))
|
||||
(add-hook 'find-file-hook #'doom-modeline-update-buffer-file-name)
|
||||
(add-hook 'after-revert-hook #'doom-modeline-update-buffer-file-name)
|
||||
(add-hook 'after-save-hook #'doom-modeline-update-buffer-file-name)
|
||||
|
||||
(defun doom-modeline--buffer-file-name-truncate (file-path true-file-path &optional truncate-tail)
|
||||
|
|
Loading…
Reference in a new issue