Make posframe buffers hidden

master
Grant Rosson 4 years ago committed by GitHub
parent 0d9a89edaf
commit 3fe3534c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save