We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, saw that this was mentioned in #8 already.
Is it possible or will it be possible to use text-scale-increase and get headings to also increase?
text-scale-increase
The text was updated successfully, but these errors were encountered:
Note to self: I need to figure out a way to derive all heights from 'default but also allow poet to modify it temporarily while it is active.
Broken code for reference later:
(defun poet-theme--height (multiplier) "Returns the height as MULTIPLIER * variable-pitch height." (let ((multiplier (* poet-theme-variable-pitch-multiplier (if text-scale-mode (expt text-scale-mode-step text-scale-mode-amount) 1)))) (if poet-theme-variable-headers (truncate (* multiplier (* poet-theme-monospace-height multiplier))) (truncate (* multiplier poet-theme-monospace-height)))))
Sorry, something went wrong.
No branches or pull requests
Hi, saw that this was mentioned in #8 already.
Is it possible or will it be possible to use
text-scale-increase
and get headings to also increase?The text was updated successfully, but these errors were encountered: