diff options
author | jao <jao@gnu.org> | 2025-09-29 11:26:47 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-29 11:26:47 +0100 |
commit | 32b37dcd4d996848bbcd75f42e738cf8dabafab5 (patch) | |
tree | d5c00aca2645f1531f28d71d4a9fe4bdfbeafd25 | |
parent | 16aae5a2525a28224d0fbbc536d4bda6d9008fb0 (diff) | |
download | elibs-32b37dcd4d996848bbcd75f42e738cf8dabafab5.tar.gz elibs-32b37dcd4d996848bbcd75f42e738cf8dabafab5.tar.bz2 |
linux: fix for afio name in minibuffer
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |