From 0c793906236db018ba460862e23d9f62d061249c Mon Sep 17 00:00:00 2001 From: SunskyXH Date: Thu, 14 Sep 2023 09:37:46 +0800 Subject: [PATCH] fix(tabs): replace all-the-icons with nerd-icons Ref: #7411 --- modules/ui/tabs/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/tabs/config.el b/modules/ui/tabs/config.el index fba46edd1..66504fdef 100644 --- a/modules/ui/tabs/config.el +++ b/modules/ui/tabs/config.el @@ -9,6 +9,7 @@ centaur-tabs-set-modified-marker t centaur-tabs-close-button "✕" centaur-tabs-modified-marker "•" + centaur-tabs-icon-type 'nerd-icons ;; Scrolling (with the mouse wheel) past the end of the tab list ;; replaces the tab list with that of another Doom workspace. This ;; prevents that.