From a8901c52ce9bdbaa7c4cc4c988cbf8cbc80af913 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 12 Nov 2025 02:20:07 +0000 Subject: afio fix --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 41b6d3a..09c4bd3 100644 --- a/init.el +++ b/init.el @@ -1163,7 +1163,10 @@ ;; (jao-afio-use-frames "") (t (format "%s" (or (jao-afio-frame-name) "")))) 'face 'font-lock-warning-face)) - (jao-minibuffer-add-variable '(jao-current--frame-id) 100) + + (if jao-afio-use-frames + (add-to-list 'global-mode-string '(:eval (jao-afio-frame-name))) + (jao-minibuffer-add-variable '(jao-current--frame-id) 100)) (setq frame-title-format '("emacs - " (:eval (jao-afio-frame-name)))) -- cgit v1.2.3