Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird icons displayed instead of expected all-the-icons #361

Open
louisdecharson opened this issue Mar 2, 2022 · 0 comments
Open

Weird icons displayed instead of expected all-the-icons #361

louisdecharson opened this issue Mar 2, 2022 · 0 comments

Comments

@louisdecharson
Copy link

Hi,

With the following configuration, the icons look very weird:

(use-package dashboard
  :ensure t
  :after all-the-icons
  :config
  (setq dashboard-banner-logo-title "Welcome to Emacs")
  (setq dashboard-startup-banner 'logo)
  (setq dashboard-center-content t)
  (setq dashboard-items '((recents  . 5)
                          (bookmarks . 5)
                          (projects . 5)))
  (setq dashboard-set-heading-icons t)
  (setq dashboard-set-file-icons t)
  (dashboard-modify-heading-icons '((recents . "clock")
                                    (projects . "rocket")
                                    (bookmarks . "bookmark")))
  (setq dashboard-set-footer nil)
  (dashboard-setup-startup-hook)
  )

See the screenshot:

Screenshot 2022-03-02 at 23 00 47

Do you know what's happening here ?

@louisdecharson louisdecharson changed the title Weird icons loaded in-lieu of all-the-icons Weird icons loaded displayed instead of expected all-the-icons Mar 2, 2022
@louisdecharson louisdecharson changed the title Weird icons loaded displayed instead of expected all-the-icons Weird icons displayed instead of expected all-the-icons Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant