tecosaur / emacs-config

My configuration for Doom Emacs. Mirror of https://git.tecosaur.net/tec/emacs-config.
MIT License
1.04k stars 119 forks source link

Modeline cut off in only org-files. #43

Closed JxJxxJxJ closed 1 year ago

JxJxxJxJ commented 1 year ago

As you can see the time weirdly gets cut off image This does not happen with other type of files (such as, .pdf, .tex, .txt) here is a .txt example: in this case it looks perfect. image

I've tried this but didn't help.

https://github.com/doomemacs/doomemacs/blob/develop/modules/ui/modeline/README.org#the-right-side-of-the-modeline-is-cut-off

Can you replicate it?

tecosaur commented 1 year ago

I can replicate a milder version, but this is really a doom-modeline issue.

JxJxxJxJ commented 1 year ago

Good to know, thanks :slightly_smiling_face: .

JxJxxJxJ commented 1 year ago

Just to confirm, the proposed fixes at https://github.com/seagle0128/doom-modeline#faq point 7 did not work for you either?

JxJxxJxJ commented 1 year ago

Deleting the whole Packages -> Visuals module fixed it. Will keep bisecting that

JxJxxJxJ commented 1 year ago

Commenting out Packages -> Visuals -> Mixed pitch -> Variable pitch serif font solves it image Even though if you leave Packages -> Visuals -> Mixed pitch it throws some errors for fonts and writeroom doesn't have mixed pitch image image

JxJxxJxJ commented 1 year ago

Would there be any way to maintain mixed pitch in writeroom and fix the time? :disappointed: