mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(vc): git-timemachine: enable font-lock-mode
This commit is contained in:
@ -92,6 +92,10 @@ info in the `header-line-format' is a more visible indicator."
|
||||
(propertize sha-or-subject 'face 'git-timemachine-minibuffer-detail-face)
|
||||
date-full date-relative))))
|
||||
|
||||
;; HACK: `delay-mode-hooks' suppresses font-lock-mode in later versions of
|
||||
;; Emacs, so git-timemachine buffers end up unfontified.
|
||||
(add-hook 'git-timemachine-mode-hook #'font-lock-mode)
|
||||
|
||||
(after! evil
|
||||
;; Rehash evil keybindings so they are recognized
|
||||
(add-hook 'git-timemachine-mode-hook #'evil-normalize-keymaps))
|
||||
|
Reference in New Issue
Block a user