File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,32 @@ forever delay. HEIGHT of the tooltip that will display."
157
157
:internal-border-width 1
158
158
:internal-border-color (face-foreground 'font-lock-comment-face nil t )
159
159
: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 )))
161
186
:accept-focus t ))
162
187
(with-current-buffer (get-buffer-create jcs-poptip--buffer-name)
163
188
(setq-local buffer-read-only t
You can’t perform that action at this time.
0 commit comments