Use the fixed pitch face in all magit-mode buffers

This commit is contained in:
Gerard Vermeulen 2022-07-13 06:12:43 +02:00
parent 226a280c6c
commit 7489912675

View File

@ -418,7 +418,7 @@ show a few tweaks to improve visibility without theming:
(setq buffer-face-mode-face 'fixed-pitch)
(buffer-face-mode))
(add-hook 'magit-diff-mode-hook #'set-buffer-fixed-pitch-face)
(add-hook 'magit-mode-hook #'set-buffer-fixed-pitch-face)
(add-hook 'prog-mode-hook #'set-buffer-fixed-pitch-face)
#+end_src