mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Compatible with git-timemachine.
This commit is contained in:
parent
15a0a8a962
commit
09ed39a941
1 changed files with 1 additions and 0 deletions
|
@ -627,6 +627,7 @@ buffer where knowing the current project directory is important."
|
|||
(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)
|
||||
(add-hook 'git-timemachine-mode-hook #'doom-modeline-update-buffer-file-name)
|
||||
|
||||
(doom-modeline-def-segment buffer-info
|
||||
"Combined information about the current buffer, including the current working
|
||||
|
|
Loading…
Reference in a new issue