4

I'm a new emacs user (spacemacs, really, switched from Vim), and I'm having difficulty configuring emacs on my HiDPI display. Basically, I'm suffering from this bug. The problem is that, while I can scale the font size on emacs fine, graphics and images don't scale. That's most apparent in inline images, say, in org mode, EIN, or anything that displays an image. Is there a way to just make all images twice as big, by default?

Jonathan
  • 597
  • 5
  • 22

1 Answers1

2

I'm far from being an expert on this, but would setting this variable help?

(setq org-image-actual-width SIZE_IN_PIXELS)
Jason Blevins
  • 670
  • 5
  • 12
Claudiu
  • 133
  • 8