From 32b37dcd4d996848bbcd75f42e738cf8dabafab5 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 29 Sep 2025 11:26:47 +0100 Subject: linux: fix for afio name in minibuffer --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 5ee08a9..f93d836 100644 --- a/init.el +++ b/init.el @@ -1156,7 +1156,7 @@ (boundp 'exwm-workspace-current-index)) (format "F%s" exwm-workspace-current-index)) (jao-afio-use-frames "") - (t (format "%s" (or (jao-afio-frame-no) "")))) + (t (format "%s" (or (jao-afio-frame-name) "")))) 'face 'font-lock-warning-face)) (jao-minibuffer-add-variable '(jao-current--frame-id) 100) -- cgit v1.2.3