In GitLab by @artemyurchenko on Aug 17, 2020, 03:50
There are three lines in the code:
;; double-tap, otherwise frame lands in limbo
(make-frame-invisible current-frame)
(make-frame-invisible current-frame)
I wonder, if setting the force parameter of make-frame-invisible would remove the need for double invocation.
Documenting to experiment later.
In GitLab by @artemyurchenko on Aug 17, 2020, 03:50
There are three lines in the code:
I wonder, if setting the
forceparameter ofmake-frame-invisiblewould remove the need for double invocation.Documenting to experiment later.