ema2159 / centaur-tabs

Emacs plugin aiming to become an aesthetic, modern looking tabs plugin
GNU General Public License v3.0
757 stars 51 forks source link

Icon doesn't show up #244

Open sifat06 opened 1 month ago

sifat06 commented 1 month ago

My config:

(use-package! centaur-tabs
  :demand
  :config
  (centaur-tabs-mode t)
  (centaur-tabs-change-fonts "JetBrainsMono" 100)
  (setq centaur-tabs-style "bar"
        centaur-tabs-height 32
        centaur-tabs-set-bar 'over
        centaur-tabs-show-new-tab-button t
        centaur-tabs-set-modified-marker t
        centaur-tabs-show-navigation-buttons t
        x-underline-at-descent-line t
        centaur-tabs-set-icons t)
  :bind
  ("C-c k" . centaur-tabs-backward)
  ("C-c j" . centaur-tabs-forward))

I have installed all-the-icons. Still icons doesn't show up...

jcs090218 commented 1 month ago

Is there any error? 🤔 The config looks good to me.

jcs090218 commented 3 weeks ago

Make sure the variable centaur-tabs-icon-type has a valid value.