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

Strange behavior for modeline #69

Open nlamirault opened 6 years ago

nlamirault commented 6 years ago

hi, i try to use this spaceline configuration. This is the configuration :

(use-package spaceline
  :ensure t
  :pin melpa
  :config (progn
            (require 'spaceline-config)
            ;;(spaceline-spacemacs-theme)))
            ))

(use-package spaceline-all-the-icons
  :ensure t
  :pin melpa
  :after spaceline
  :config
  ;;(spaceline-all-the-icons--setup-anzu)
  (spaceline-all-the-icons--setup-package-updates)
  (spaceline-all-the-icons--setup-paradox)
  (spaceline-all-the-icons--setup-neotree)
  (setq spaceline-all-the-icons-flycheck-alternate t)
  (setq spaceline-all-the-icons-highlight-file-name t)
  (setq spaceline-all-the-icons-separator-type (quote wave))
  (spaceline-all-the-icons-theme))

(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)

I've install fonts using

M-x all-the-icons-install-fonts

and

fc-cache -f -v

This is the render : 2017-11-21-170921_1916x1002_scrot

Any idea how can i fix that ?

j3ky commented 6 years ago

Cool...I was not aware of the

:pin melpa