Skip to content

Commit 52888ec

Browse files
wyuenhoMaskRay
authored andcommitted
Don't save doc childframe with desktop mode (#141)
1 parent 62cc5c1 commit 52888ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-ui-doc.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ Only the `background' is used in this face."
127127
(cursor-type . nil)
128128
(inhibit-double-buffering . t)
129129
(drag-internal-border . t)
130-
(no-special-glyphs . t))
130+
(no-special-glyphs . t)
131+
(desktop-dont-save . t))
131132
"Frame parameters used to create the frame.")
132133

133134
(defvar lsp-ui-doc-render-function nil

0 commit comments

Comments
 (0)