I had to reinstall my OS but I made a backup of my .emacs.d
. Then, once the new OS was installed, I copied it back and installed all the fonts. This time however, the scaling is really small! With the same .emacs.d
, OS, machine and the fonts my Emacs scaling was fine before. emacs -Q
is also tiny. lsb_release -a
returns,
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
Here is how I installed it,
usr@machine:~$ apt policy emacs27
emacs27:
Installed: 27.1~1.git86d8d76aa3-kk2+20.04
Candidate: 27.1~1.git86d8d76aa3-kk2+20.04
Version table:
*** 27.1~1.git86d8d76aa3-kk2+20.04 500
500 http://ppa.launchpad.net/kelleyk/emacs/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
Here is how it looks,
Other people have had this issue and suggested solutions include changes to the init files but I ran this same init file on the same distro and things were fine. So what changed must be outside of my init?
Edit:
Instead of emacs27
, I installed emacs
, i.e.,
emacs:
Installed: 1:26.3+1-1ubuntu2
Candidate: 1:26.3+1-1ubuntu2
Version table:
*** 1:26.3+1-1ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu focal/universe i386 Packages
100 /var/lib/dpkg/status
This scales fine!
Edit 2:
I am using Iosevka. Note that the with the same font and init file, Emacs from Ubuntu's repositories renders fine.