Compare commits

..

No commits in common. "ab090d02eeca89154cc58da456c26ff7a4233736" and "86f6ef3abc49d12ea6cea6d575cc66d4a30f19be" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

@ -96,10 +96,6 @@ Some customization examples:
(internal-border-width . 20)))) (internal-border-width . 20))))
#+end_src #+end_src
* Contact -----
pip-frame.el is available at [[https://git.zamazal.org/pdm/pip-frame][git.zamazal.org]]. You can file issues /To Petr./
there.
If you dont want to discuss things publicly or to bother registering
at yet another web site, you can reach me at [[mailto:pdm@zamazal.org][pdm@zamazal.org]].

View File

@ -49,8 +49,7 @@ Usually, the value should be larger than 0 and much smaller than 1."
(defcustom pip-frame-parameters (defcustom pip-frame-parameters
'((left . 0.9) '((left . 0.9)
(top . 0.9) (top . 0.9))
(minibuffer . nil))
"Alist of frame parameters to use for the PIP frame. "Alist of frame parameters to use for the PIP frame.
The frame size is determined automatically using `pip-frame-scale' The frame size is determined automatically using `pip-frame-scale'
custom option but it can be overriden here." custom option but it can be overriden here."