Make childframe invisible instead of delete it
It works fine with my python script.
This commit is contained in:
parent
60f758a24a
commit
2859a28afb
@ -93,7 +93,7 @@
|
|||||||
(interactive)
|
(interactive)
|
||||||
;; TODO
|
;; TODO
|
||||||
(when eldoc-box--frame
|
(when eldoc-box--frame
|
||||||
(delete-frame eldoc-box--frame t)))
|
(make-frame-invisible eldoc-box--frame t)))
|
||||||
|
|
||||||
;;;; Backstage
|
;;;; Backstage
|
||||||
;;;;; Variable
|
;;;;; Variable
|
||||||
|
Loading…
Reference in New Issue
Block a user