From 23372c82b9b8af9448adba3e698b5ecc80471ff7 Mon Sep 17 00:00:00 2001 From: Will B Chang Date: Sun, 2 Aug 2020 15:33:48 +0800 Subject: [PATCH] ui(tabs): use a smaller dot to show unsaved file status --- modules/ui/tabs/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/tabs/config.el b/modules/ui/tabs/config.el index 63f2f243e..180e36baf 100644 --- a/modules/ui/tabs/config.el +++ b/modules/ui/tabs/config.el @@ -8,7 +8,7 @@ centaur-tabs-set-bar 'left centaur-tabs-set-modified-marker t centaur-tabs-close-button "✕" - centaur-tabs-modified-marker "⬤" + centaur-tabs-modified-marker "•" ;; 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.