Skip to content

No icons (centaur-tabs-icon-type is non nil) #248

@ReyAnthony

Description

@ReyAnthony

Hello,

I'm using emacs 29.4 on windows. I installed all-the-icons and nerd-icons and moved the fonts to the C:/Windows/Fonts folder.

The icons are not showing (as well as the navigation icons)

image
image

Here is my config :

(use-package centaur-tabs
  :demand t
  :init
  (setq centaur-tabs-style "bar"
	centaur-tabs-show-navigation-buttons t
	centaur-tabs-set-icons t
	centaur-tabs-icon-type 'all-the-icons
	centaur-tabs-gray-out-icons t
	centaur-tabs-height 50
	centaur-tabs-set-modified-marker t
	centaur-tabs-modified-marker ""
	centaur-tabs-show-count t
	centaur-tabs-cycle-scope 'tabs
	centaur-tabs-set-bar 'under
	x-underline-at-descent-line t)
  :config
  (centaur-tabs-mode t)
  (centaur-tabs-headline-match)
  (centaur-tabs-change-fonts "JetBrainsMono" 100)
  :bind
  ("C-<tab>" . centaur-tabs-forward)
  ("C-<shift><tab>" . centaur-tabs-backward))

Melpa :

(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)

Any ideas ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions