branch: externals/ace-window
commit 3fe3534c75b0205c55d6c8a42e321467879dbdec
Author: Grant Rosson <78040295+localaut...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Make posframe buffers hidden
---
 ace-window-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ace-window-posframe.el b/ace-window-posframe.el
index 724ca6e7fa..99dd8a645f 100644
--- a/ace-window-posframe.el
+++ b/ace-window-posframe.el
@@ -16,7 +16,7 @@
          ;; something like: a frame exists which hasn't been deleted
          ;; (with posframe-delete) and has the same configuration as
          ;; the requested new frame.
-         (bufname (format "*aw-posframe-buffer-%s*" path)))
+         (bufname (format " *aw-posframe-buffer-%s*" path)))
     (with-selected-window wnd
       (push bufname aw--posframe-frames)
       (posframe-show bufname

Reply via email to