info-variable-pitch
info-variable-pitch copied to clipboard
Use proportional fonts in Info while keeping some things in mono
info-variable-pitch
Like org-variable-pitch but for Info.

Caveat: Info formatting is quite a bit more chaotic than Org syntax, so this does not produce as perfect a result as org-variable-pitch does for Org. For example, here the code block cannot be reliably detected as a code block.
Install
(straight-use-package '(info-variable-pitch :type git :host github :repo "kisaragi-hiu/info-variable-pitch"))
Then add it to Info-mode-hook:
(add-hook 'Info-mode-hook #'info-variable-pitch-mode)
Acknowledgement
This is heavily based on org-variable-pitch. I just looked at how org-variable-pitch does it and adapted it for Info.
License
org-variable-pitch by Göktuğ Kayaalp is licensed under GPLv3.
This package is also licensed under GPLv3.