Skip to content
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

Incredibly Tiny text only for org files in counsel switch buffer and the kill buffer #88

Open
LucasSandre opened this issue Jul 9, 2022 · 1 comment

Comments

@LucasSandre
Copy link

image
image

See the above images.

I find this very strange since it only happens to files that end in .org.

Any idea how I can fix this?

@LucasSandre LucasSandre changed the title Incredibly Tiny text for only for org files in counsel switch buffer and the kill buffer Incredibly Tiny text only for org files in counsel switch buffer and the kill buffer Jul 9, 2022
@LucasSandre
Copy link
Author

I've localized the issue to the following segment of code

(dolist (face '((org-level-1 . 1.3)
                             (org-level-2 . 1.2)
                             (org-level-3 . 1.1)
                             (org-level-4 . 1)
                             (org-level-5 . 1.1)
                             (org-level-6 . 1.1)
                             (org-level-7 . 1.1)
                             (org-level-8 . 1.1)))
               (set-face-attribute (car face) nil :weight 'regular :height (cdr face)))

If I set org-level-7 to 2.0 it looks normal but if I switch buffers and comeback the issue still persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant