Skip to content

Commit 09501d4

Browse files
committed
feat: pop display
1 parent 9365804 commit 09501d4

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

jcs-poptip.el

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,32 @@ forever delay. HEIGHT of the tooltip that will display."
157157
:internal-border-width 1
158158
:internal-border-color (face-foreground 'font-lock-comment-face nil t)
159159
:left-fringe fringe-width :right-fringe fringe-width
160-
:override-parameters '((vertical-scroll-bars . t))
160+
:override-parameters
161+
`((left . -1)
162+
(no-focus-on-map . t)
163+
(min-width . 0)
164+
(width . 0)
165+
(min-height . 0)
166+
(height . 0)
167+
(internal-border-width . 1)
168+
(menu-bar-lines . 0)
169+
(tool-bar-lines . 0)
170+
(tab-bar-lines . 0)
171+
(tab-bar-lines-keep-state . 0)
172+
(line-spacing . 0)
173+
(unsplittable . t)
174+
(undecorated . t)
175+
(top . -1)
176+
(visibility . nil)
177+
(mouse-wheel-frame . nil)
178+
(no-other-frame . t)
179+
(inhibit-double-buffering . t)
180+
(drag-internal-border . t)
181+
(no-special-glyphs . t)
182+
(desktop-dont-save . t)
183+
(vertical-scroll-bars . t)
184+
(default-minibuffer-frame . ,(selected-frame))
185+
(minibuffer . ,(minibuffer-window)))
161186
:accept-focus t))
162187
(with-current-buffer (get-buffer-create jcs-poptip--buffer-name)
163188
(setq-local buffer-read-only t

0 commit comments

Comments
 (0)