Skip to content

fix(align): align according to text-scale #719

New issue

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

Merged
merged 2 commits into from
Jun 19, 2022

Conversation

jcs090218
Copy link
Member

For #184 and #716

"Return a fixed size for text in sideline."
(if (null text-scale-mode-remapping)
'(height 1)
;; Readjust height when text-scale-mode is used
(list 'height
(/ 1 (or (plist-get (cdr text-scale-mode-remapping) :height)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will always return nil. Can someone confirm this? 😕

@jcs090218 jcs090218 merged commit 00dd2ca into emacs-lsp:master Jun 19, 2022
@jcs090218 jcs090218 deleted the fix/align branch June 19, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant