-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
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)
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
Labels
No labels