Skip to content

Use proportional fonts in Info while keeping some things in mono

License

Notifications You must be signed in to change notification settings

kisaragi-hiu/info-variable-pitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

info-variable-pitch

Like org-variable-pitch but for Info.

macro diagram

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.

not-all-codeblocks

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.

About

Use proportional fonts in Info while keeping some things in mono

Resources

License

Stars

Watchers

Forks

Packages

No packages published