From c3f884963b8aac785ddaa70635158b02bbc5f684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Thu, 16 Jan 2025 17:38:34 +0000 Subject: [PATCH] Use latin letter I for tab-bar separator (looks well with SF Pro) --- after-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/after-init.el b/after-init.el index fa53ea5..135231c 100644 --- a/after-init.el +++ b/after-init.el @@ -1315,7 +1315,8 @@ All the reminder parts of the separator will have 'tab-bar-tab-inactive))) (apply #'propertize (if current (list " " 'face 'tab-bar-tab) - (list "⦙" 'face 'tab-bar-tab-inactive))) ; alternative: "¦" + ; alternative: "¦" or "⦙" + (list "I" 'face 'tab-bar-tab-inactive))) (unless (eq type 'last) (propertize " " 'face (if (eq current 'this)