domtronn / spaceline-all-the-icons.el

A Spaceline Mode Line theme using All The Icons for Emacs
MIT License
235 stars 25 forks source link

Spaceline has large height and distorted icon #116

Open jpcima opened 3 years ago

jpcima commented 3 years ago

When I visit a file of type Makefile (and only of this type), the spaceline sets itself up with a giant size, and the icon looks visibly distorted.

It happens with emacs 27.2 (doom) and a simple configuration.

(use-package! spaceline-all-the-icons
  :after spaceline-config
  :config (spaceline-all-the-icons-theme))

If I enter M-x makefile-mode, the line will put itself into a normal state.

Capture d’écran_2021-05-04_19-32-38

Capture d’écran_2021-05-04_19-34-04